Color spaces of #b3916b
RGB | 179 | 145 | 107 |
---|---|---|---|
HSL | 0.09 | 0.32 | 0.56 |
HSV | 32° | 40° | 70° |
CMYK | 0.00 | 0.19 | 0.40 0.30 |
XYZ | 31.3696 | 30.8960 | 18.2201 |
Yxy | 30.8960 | 0.3898 | 0.3839 |
Hunter Lab | 55.5842 | 3.4663 | 19.4741 |
CIE-Lab | 62.4197 | 7.5201 | 24.9950 |
#b3916b color RGB value is (179,145,107).
#b3916b hex color red value is 179, green value is 145 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #b3916b hue: 0.09 , saturation: 0.32 and the lightness value of b3916b is 0.56.
The process color (four color CMYK) of #b3916b color hex is 0.00, 0.19, 0.40, 0.30. Web safe color of #b3916b is #cc9966. Color #b3916b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 10010001 | 01101011 |
Octal | 263 | 221 | 153 |
Decimal | 179 | 145 | 107 |
Hex | B3 | 91 | 6B |
Shades of #b3916b
Tints of #b3916b
RGB Percentages of Color #b3916b
CMYK Percentages of Color #b3916b
Complementary Color
#b3916b | #6b8db3 |
#b3916b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3916b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3916b Color CSS Codes
.mybgcolor {background-color:#b3916b; } .myforecolor {color:#b3916b; } .mybordercolor {border:3px solid #b3916b; }
#b3916b Text Font Color
<p style="color:#b3916b">Text here</p>
This sample text font color is #b3916b
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.
#b3916b Background Color
<div style="background-color:#b3916b">
Div content here</div>
This div background color is #b3916b
#b3916b Border Color
<div style="border:3px solid #b3916b">
Div here</div>
This div border color is #b3916b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,145,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3916b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3916b; -webkit-box-shadow: 1px 1px 3px 2px #b3916b; box-shadow: 1px 1px 3px 2px #b3916b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,145,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3916b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3916b; -webkit-box-shadow: 1px 1px 3px 2px #b3916b; box-shadow: 1px 1px 3px 2px #b3916b;">
Div content here</div>
This div box has shadow with color #b3916b
Comments
No comments written yet.
Please login to write comment.