Shades of Dark Khaki #BDB873
Tints of Dark Khaki #BDB873
RGB
CMYK
RGB Variations
Color information
#BDB873 (or 0xBDB873) is known color: Dark Khaki. HEX triplet: BD, B8 and 73. RGB value is (189,184,115). Sum of RGB (Red+Green+Blue) = 189+184+115=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB873 is #42478C. Grayscale: #B1B1B1. Windows color (decimal): -4343693 or 7583933. OLE color: 7583933.
HSL color Cylindrical-coordinate representation of color #BDB873: hue angle of 55.95º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDB873 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 115 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.26 |
| HSL | 55.95º | 0.36% | 0.6% | - |
| HSV(B) | 55.95º | 0.39% | 0.74% | - |
| XYZ | 41.22 | 46.34 | 22.99 | - |
| YUV | 177.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 115 | 0 | 0.03 | 0.39 | 0.26 | 55.95 | 0.36 | 0.6 |
| Hex | BD | B8 | 73 | 0 | 3 | 27 | 1A | 38 | 24 | 3C |
| Octal | 275 | 270 | 163 | 0 | 3 | 47 | 32 | 70 | 44 | 74 |
| Binary | 10111101 | 10111000 | 1110011 | 0 | 11 | 100111 | 11010 | 111000 | 100100 | 111100 |
Color Harmonies of #BDB873
Complementary color
Monochromatic Colors of #BDB873
Black with #BDB873
Text Example
Text Example
White with #BDB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB873; }
p { color: rgb(189,184,115); }
H1.HeaderClassName
{
color: #BDB873;
}
.AnyTagClassName
{
color: #BDB873;
}
</style>
background-color css
<style>
a { background-color: #BDB873; }
a { background-color: rgb(189,184,115); }
div.DivClassName
{
background-color: #BDB873;
}
.BgClassName
{
background-color: #BDB873;
}
</style>
border-color css
<style>
span { border-color: #BDB873; }
span { border-color: rgb(189,184,115); }
td.TdClassName
{
border-color: #BDB873;
}
.TagClassName
{
border-color: #BDB873;
}
</style>