Shades of Dark Khaki #BDB872
Tints of Dark Khaki #BDB872
RGB
CMYK
RGB Variations
Color information
#BDB872 (or 0xBDB872) is known color: Dark Khaki. HEX triplet: BD, B8 and 72. RGB value is (189,184,114). Sum of RGB (Red+Green+Blue) = 189+184+114=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB872 is #42478D. Grayscale: #B1B1B1. Windows color (decimal): -4343694 or 7518397. OLE color: 7518397.
HSL color Cylindrical-coordinate representation of color #BDB872: hue angle of 56º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB872 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 114 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.26 |
| HSL | 56º | 0.36% | 0.59% | - |
| HSV(B) | 56º | 0.4% | 0.74% | - |
| XYZ | 41.16 | 46.31 | 22.69 | - |
| YUV | 177.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 114 | 0 | 0.03 | 0.40 | 0.26 | 56 | 0.36 | 0.59 |
| Hex | BD | B8 | 72 | 0 | 3 | 28 | 1A | 38 | 24 | 3B |
| Octal | 275 | 270 | 162 | 0 | 3 | 50 | 32 | 70 | 44 | 73 |
| Binary | 10111101 | 10111000 | 1110010 | 0 | 11 | 101000 | 11010 | 111000 | 100100 | 111011 |
Color Harmonies of #BDB872
Complementary color
Monochromatic Colors of #BDB872
Black with #BDB872
Text Example
Text Example
White with #BDB872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB872; }
p { color: rgb(189,184,114); }
H1.HeaderClassName
{
color: #BDB872;
}
.AnyTagClassName
{
color: #BDB872;
}
</style>
background-color css
<style>
a { background-color: #BDB872; }
a { background-color: rgb(189,184,114); }
div.DivClassName
{
background-color: #BDB872;
}
.BgClassName
{
background-color: #BDB872;
}
</style>
border-color css
<style>
span { border-color: #BDB872; }
span { border-color: rgb(189,184,114); }
td.TdClassName
{
border-color: #BDB872;
}
.TagClassName
{
border-color: #BDB872;
}
</style>