Color spaces of #bb9285
RGB | 187 | 146 | 133 |
---|---|---|---|
HSL | 0.04 | 0.28 | 0.63 |
HSV | 14° | 29° | 73° |
CMYK | 0.00 | 0.22 | 0.29 0.27 |
XYZ | 35.0060 | 32.8160 | 26.6794 |
Yxy | 32.8160 | 0.3704 | 0.3473 |
Hunter Lab | 57.2853 | 8.8290 | 12.4866 |
CIE-Lab | 64.0116 | 13.5250 | 12.7998 |
#bb9285 color RGB value is (187,146,133).
#bb9285 hex color red value is 187, green value is 146 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bb9285 hue: 0.04 , saturation: 0.28 and the lightness value of bb9285 is 0.63.
The process color (four color CMYK) of #bb9285 color hex is 0.00, 0.22, 0.29, 0.27. Web safe color of #bb9285 is #cc9999. Color #bb9285 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10010010 | 10000101 |
Octal | 273 | 222 | 205 |
Decimal | 187 | 146 | 133 |
Hex | BB | 92 | 85 |
Shades of #bb9285
Tints of #bb9285
RGB Percentages of Color #bb9285
CMYK Percentages of Color #bb9285
Complementary Color
#bb9285 | #85aebb |
#bb9285 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb9285 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb9285 Color CSS Codes
.mybgcolor {background-color:#bb9285; } .myforecolor {color:#bb9285; } .mybordercolor {border:3px solid #bb9285; }
#bb9285 Text Font Color
<p style="color:#bb9285">Text here</p>
This sample text font color is #bb9285
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.
#bb9285 Background Color
<div style="background-color:#bb9285">
Div content here</div>
This div background color is #bb9285
#bb9285 Border Color
<div style="border:3px solid #bb9285">
Div here</div>
This div border color is #bb9285
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,146,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb9285; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb9285; -webkit-box-shadow: 1px 1px 3px 2px #bb9285; box-shadow: 1px 1px 3px 2px #bb9285; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,146,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb9285">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb9285; -webkit-box-shadow: 1px 1px 3px 2px #bb9285; box-shadow: 1px 1px 3px 2px #bb9285;">
Div content here</div>
This div box has shadow with color #bb9285
Comments
No comments written yet.
Please login to write comment.