Color spaces of #bb842e
RGB | 187 | 132 | 46 |
---|---|---|---|
HSL | 0.10 | 0.61 | 0.46 |
HSV | 37° | 75° | 73° |
CMYK | 0.00 | 0.29 | 0.75 0.27 |
XYZ | 29.2379 | 27.2646 | 6.3064 |
Yxy | 27.2646 | 0.4655 | 0.4341 |
Hunter Lab | 52.2155 | 8.5733 | 29.3900 |
CIE-Lab | 59.2184 | 13.3075 | 52.3055 |
#bb842e color RGB value is (187,132,46).
#bb842e hex color red value is 187, green value is 132 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bb842e hue: 0.10 , saturation: 0.61 and the lightness value of bb842e is 0.46.
The process color (four color CMYK) of #bb842e color hex is 0.00, 0.29, 0.75, 0.27. Web safe color of #bb842e is #cc9933. Color #bb842e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 10000100 | 00101110 |
Octal | 273 | 204 | 56 |
Decimal | 187 | 132 | 46 |
Hex | BB | 84 | 2E |
Shades of #bb842e
Tints of #bb842e
RGB Percentages of Color #bb842e
CMYK Percentages of Color #bb842e
Complementary Color
#bb842e | #2e65bb |
#bb842e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bb842e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bb842e Color CSS Codes
.mybgcolor {background-color:#bb842e; } .myforecolor {color:#bb842e; } .mybordercolor {border:3px solid #bb842e; }
#bb842e Text Font Color
<p style="color:#bb842e">Text here</p>
This sample text font color is #bb842e
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.
#bb842e Background Color
<div style="background-color:#bb842e">
Div content here</div>
This div background color is #bb842e
#bb842e Border Color
<div style="border:3px solid #bb842e">
Div here</div>
This div border color is #bb842e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,132,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bb842e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bb842e; -webkit-box-shadow: 1px 1px 3px 2px #bb842e; box-shadow: 1px 1px 3px 2px #bb842e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,132,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bb842e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bb842e; -webkit-box-shadow: 1px 1px 3px 2px #bb842e; box-shadow: 1px 1px 3px 2px #bb842e;">
Div content here</div>
This div box has shadow with color #bb842e
Comments
No comments written yet.
Please login to write comment.