Shades of Dark Khaki #BDB071
Tints of Dark Khaki #BDB071
RGB
CMYK
RGB Variations
Color information
#BDB071 (or 0xBDB071) is known color: Dark Khaki. HEX triplet: BD, B0 and 71. RGB value is (189,176,113). Sum of RGB (Red+Green+Blue) = 189+176+113=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB071 is #424F8E. Grayscale: #ACACAC. Windows color (decimal): -4345743 or 7450813. OLE color: 7450813.
HSL color Cylindrical-coordinate representation of color #BDB071: hue angle of 49.74º degrees, saturation: 0.37, 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 #BDB071 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 113 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.26 |
| HSL | 49.74º | 0.37% | 0.59% | - |
| HSV(B) | 49.74º | 0.4% | 0.74% | - |
| XYZ | 39.49 | 43.06 | 21.85 | - |
| YUV | 172.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 113 | 0 | 0.07 | 0.40 | 0.26 | 49.74 | 0.37 | 0.59 |
| Hex | BD | B0 | 71 | 0 | 7 | 28 | 1A | 32 | 25 | 3B |
| Octal | 275 | 260 | 161 | 0 | 7 | 50 | 32 | 62 | 45 | 73 |
| Binary | 10111101 | 10110000 | 1110001 | 0 | 111 | 101000 | 11010 | 110010 | 100101 | 111011 |
Color Harmonies of #BDB071
Complementary color
Monochromatic Colors of #BDB071
Black with #BDB071
Text Example
Text Example
White with #BDB071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB071; }
p { color: rgb(189,176,113); }
H1.HeaderClassName
{
color: #BDB071;
}
.AnyTagClassName
{
color: #BDB071;
}
</style>
background-color css
<style>
a { background-color: #BDB071; }
a { background-color: rgb(189,176,113); }
div.DivClassName
{
background-color: #BDB071;
}
.BgClassName
{
background-color: #BDB071;
}
</style>
border-color css
<style>
span { border-color: #BDB071; }
span { border-color: rgb(189,176,113); }
td.TdClassName
{
border-color: #BDB071;
}
.TagClassName
{
border-color: #BDB071;
}
</style>