Color spaces of #b8907b
RGB | 184 | 144 | 123 |
---|---|---|---|
HSL | 0.06 | 0.30 | 0.60 |
HSV | 21° | 33° | 72° |
CMYK | 0.00 | 0.22 | 0.33 0.28 |
XYZ | 33.3156 | 31.5669 | 23.0760 |
Yxy | 31.5669 | 0.3788 | 0.3589 |
Hunter Lab | 56.1844 | 7.5221 | 14.9776 |
CIE-Lab | 62.9833 | 12.0931 | 16.9359 |
#b8907b color RGB value is (184,144,123).
#b8907b hex color red value is 184, green value is 144 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #b8907b hue: 0.06 , saturation: 0.30 and the lightness value of b8907b is 0.60.
The process color (four color CMYK) of #b8907b color hex is 0.00, 0.22, 0.33, 0.28. Web safe color of #b8907b is #cc9966. Color #b8907b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10010000 | 01111011 |
Octal | 270 | 220 | 173 |
Decimal | 184 | 144 | 123 |
Hex | B8 | 90 | 7B |
Shades of #b8907b
Tints of #b8907b
RGB Percentages of Color #b8907b
CMYK Percentages of Color #b8907b
Complementary Color
#b8907b | #7ba3b8 |
#b8907b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8907b Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8907b Color CSS Codes
.mybgcolor {background-color:#b8907b; } .myforecolor {color:#b8907b; } .mybordercolor {border:3px solid #b8907b; }
#b8907b Text Font Color
<p style="color:#b8907b">Text here</p>
This sample text font color is #b8907b
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.
#b8907b Background Color
<div style="background-color:#b8907b">
Div content here</div>
This div background color is #b8907b
#b8907b Border Color
<div style="border:3px solid #b8907b">
Div here</div>
This div border color is #b8907b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,144,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8907b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8907b; -webkit-box-shadow: 1px 1px 3px 2px #b8907b; box-shadow: 1px 1px 3px 2px #b8907b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,144,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8907b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8907b; -webkit-box-shadow: 1px 1px 3px 2px #b8907b; box-shadow: 1px 1px 3px 2px #b8907b;">
Div content here</div>
This div box has shadow with color #b8907b
Comments
No comments written yet.
Please login to write comment.