Color spaces of #bd884c
RGB | 189 | 136 | 76 |
---|---|---|---|
HSL | 0.09 | 0.46 | 0.52 |
HSV | 32° | 60° | 74° |
CMYK | 0.00 | 0.28 | 0.60 0.26 |
XYZ | 31.0949 | 28.9489 | 10.7863 |
Yxy | 28.9489 | 0.4390 | 0.4087 |
Hunter Lab | 53.8042 | 9.0027 | 25.7769 |
CIE-Lab | 60.7365 | 13.7638 | 39.7633 |
#bd884c color RGB value is (189,136,76).
#bd884c hex color red value is 189, green value is 136 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bd884c hue: 0.09 , saturation: 0.46 and the lightness value of bd884c is 0.52.
The process color (four color CMYK) of #bd884c color hex is 0.00, 0.28, 0.60, 0.26. Web safe color of #bd884c is #cc9933. Color #bd884c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10001000 | 01001100 |
Octal | 275 | 210 | 114 |
Decimal | 189 | 136 | 76 |
Hex | BD | 88 | 4C |
Shades of #bd884c
Tints of #bd884c
RGB Percentages of Color #bd884c
CMYK Percentages of Color #bd884c
Complementary Color
#bd884c | #4c81bd |
#bd884c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd884c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd884c Color CSS Codes
.mybgcolor {background-color:#bd884c; } .myforecolor {color:#bd884c; } .mybordercolor {border:3px solid #bd884c; }
#bd884c Text Font Color
<p style="color:#bd884c">Text here</p>
This sample text font color is #bd884c
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.
#bd884c Background Color
<div style="background-color:#bd884c">
Div content here</div>
This div background color is #bd884c
#bd884c Border Color
<div style="border:3px solid #bd884c">
Div here</div>
This div border color is #bd884c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,136,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd884c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd884c; -webkit-box-shadow: 1px 1px 3px 2px #bd884c; box-shadow: 1px 1px 3px 2px #bd884c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,136,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bd884c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd884c; -webkit-box-shadow: 1px 1px 3px 2px #bd884c; box-shadow: 1px 1px 3px 2px #bd884c;">
Div content here</div>
This div box has shadow with color #bd884c
Comments
No comments written yet.
Please login to write comment.