Color spaces of #bb7254
RGB | 187 | 114 | 84 |
---|---|---|---|
HSL | 0.05 | 0.43 | 0.53 |
HSV | 17° | 55° | 73° |
CMYK | 0.00 | 0.39 | 0.55 0.27 |
XYZ | 28.1111 | 23.2395 | 11.3916 |
Yxy | 23.2395 | 0.4480 | 0.3704 |
Hunter Lab | 48.2074 | 19.7256 | 19.7347 |
CIE-Lab | 55.3182 | 25.7262 | 28.7217 |
#bb7254 color RGB value is (187,114,84).
#bb7254 hex color red value is 187, green value is 114 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bb7254 hue: 0.05 , saturation: 0.43 and the lightness value of bb7254 is 0.53.
The process color (four color CMYK) of #bb7254 color hex is 0.00, 0.39, 0.55, 0.27. Web safe color of #bb7254 is #cc6666. Color #bb7254 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 01110010 | 01010100 |
Octal | 273 | 162 | 124 |
Decimal | 187 | 114 | 84 |
Hex | BB | 72 | 54 |
Shades of #bb7254
Tints of #bb7254
RGB Percentages of Color #bb7254
CMYK Percentages of Color #bb7254
Complementary Color
#bb7254 | #549dbb |
#bb7254 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb7254 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb7254 Color CSS Codes
.mybgcolor {background-color:#bb7254; } .myforecolor {color:#bb7254; } .mybordercolor {border:3px solid #bb7254; }
#bb7254 Text Font Color
<p style="color:#bb7254">Text here</p>
This sample text font color is #bb7254
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.
#bb7254 Background Color
<div style="background-color:#bb7254">
Div content here</div>
This div background color is #bb7254
#bb7254 Border Color
<div style="border:3px solid #bb7254">
Div here</div>
This div border color is #bb7254
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,114,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb7254; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb7254; -webkit-box-shadow: 1px 1px 3px 2px #bb7254; box-shadow: 1px 1px 3px 2px #bb7254; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,114,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb7254">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb7254; -webkit-box-shadow: 1px 1px 3px 2px #bb7254; box-shadow: 1px 1px 3px 2px #bb7254;">
Div content here</div>
This div box has shadow with color #bb7254
Comments
No comments written yet.
Please login to write comment.