Color spaces of #b2994b
RGB | 178 | 153 | 75 |
---|---|---|---|
HSL | 0.13 | 0.41 | 0.50 |
HSV | 45° | 58° | 70° |
CMYK | 0.00 | 0.14 | 0.58 0.30 |
XYZ | 31.0213 | 32.7554 | 11.3440 |
Yxy | 32.7554 | 0.4130 | 0.4360 |
Hunter Lab | 57.2323 | -3.4053 | 28.3108 |
CIE-Lab | 63.9624 | -0.4128 | 43.7570 |
#b2994b color RGB value is (178,153,75).
#b2994b hex color red value is 178, green value is 153 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b2994b hue: 0.13 , saturation: 0.41 and the lightness value of b2994b is 0.50.
The process color (four color CMYK) of #b2994b color hex is 0.00, 0.14, 0.58, 0.30. Web safe color of #b2994b is #999933. Color #b2994b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 10011001 | 01001011 |
Octal | 262 | 231 | 113 |
Decimal | 178 | 153 | 75 |
Hex | B2 | 99 | 4B |
Shades of #b2994b
Tints of #b2994b
RGB Percentages of Color #b2994b
CMYK Percentages of Color #b2994b
Complementary Color
#b2994b | #4b64b2 |
#b2994b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2994b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2994b Color CSS Codes
.mybgcolor {background-color:#b2994b; } .myforecolor {color:#b2994b; } .mybordercolor {border:3px solid #b2994b; }
#b2994b Text Font Color
<p style="color:#b2994b">Text here</p>
This sample text font color is #b2994b
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.
#b2994b Background Color
<div style="background-color:#b2994b">
Div content here</div>
This div background color is #b2994b
#b2994b Border Color
<div style="border:3px solid #b2994b">
Div here</div>
This div border color is #b2994b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,153,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2994b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2994b; -webkit-box-shadow: 1px 1px 3px 2px #b2994b; box-shadow: 1px 1px 3px 2px #b2994b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,153,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2994b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2994b; -webkit-box-shadow: 1px 1px 3px 2px #b2994b; box-shadow: 1px 1px 3px 2px #b2994b;">
Div content here</div>
This div box has shadow with color #b2994b
Comments
No comments written yet.
Please login to write comment.