Color spaces of #b29095
RGB | 178 | 144 | 149 |
---|---|---|---|
HSL | 0.98 | 0.18 | 0.63 |
HSV | 351° | 19° | 70° |
CMYK | 0.00 | 0.19 | 0.16 0.30 |
XYZ | 33.7582 | 31.5814 | 32.7503 |
Yxy | 31.5814 | 0.3442 | 0.3220 |
Hunter Lab | 56.1973 | 8.8811 | 4.7855 |
CIE-Lab | 62.9954 | 13.5953 | 2.1958 |
#b29095 color RGB value is (178,144,149).
#b29095 hex color red value is 178, green value is 144 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b29095 hue: 0.98 , saturation: 0.18 and the lightness value of b29095 is 0.63.
The process color (four color CMYK) of #b29095 color hex is 0.00, 0.19, 0.16, 0.30. Web safe color of #b29095 is #999999. Color #b29095 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10010000 | 10010101 |
Octal | 262 | 220 | 225 |
Decimal | 178 | 144 | 149 |
Hex | B2 | 90 | 95 |
Shades of #b29095
Tints of #b29095
RGB Percentages of Color #b29095
CMYK Percentages of Color #b29095
Complementary Color
#b29095 | #90b2ad |
#b29095 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b29095 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b29095 Color CSS Codes
.mybgcolor {background-color:#b29095; } .myforecolor {color:#b29095; } .mybordercolor {border:3px solid #b29095; }
#b29095 Text Font Color
<p style="color:#b29095">Text here</p>
This sample text font color is #b29095
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#b29095 Background Color
<div style="background-color:#b29095">
Div content here</div>
This div background color is #b29095
#b29095 Border Color
<div style="border:3px solid #b29095">
Div here</div>
This div border color is #b29095
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,144,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b29095; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b29095; -webkit-box-shadow: 1px 1px 3px 2px #b29095; box-shadow: 1px 1px 3px 2px #b29095; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,144,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b29095">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b29095; -webkit-box-shadow: 1px 1px 3px 2px #b29095; box-shadow: 1px 1px 3px 2px #b29095;">
Div content here</div>
This div box has shadow with color #b29095
Comments
No comments written yet.
Please login to write comment.