Shades of Dark Khaki #BDBA73
Tints of Dark Khaki #BDBA73
RGB
CMYK
RGB Variations
Color information
#BDBA73 (or 0xBDBA73) is known color: Dark Khaki. HEX triplet: BD, BA and 73. RGB value is (189,186,115). Sum of RGB (Red+Green+Blue) = 189+186+115=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBA73 is #42458C. Grayscale: #B3B3B3. Windows color (decimal): -4343181 or 7584445. OLE color: 7584445.
HSL color Cylindrical-coordinate representation of color #BDBA73: hue angle of 57.57º 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 #BDBA73 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 115 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.26 |
| HSL | 57.57º | 0.36% | 0.6% | - |
| HSV(B) | 57.57º | 0.39% | 0.74% | - |
| XYZ | 41.64 | 47.17 | 23.13 | - |
| YUV | 178.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 115 | 0 | 0.02 | 0.39 | 0.26 | 57.57 | 0.36 | 0.6 |
| Hex | BD | BA | 73 | 0 | 2 | 27 | 1A | 3A | 24 | 3C |
| Octal | 275 | 272 | 163 | 0 | 2 | 47 | 32 | 72 | 44 | 74 |
| Binary | 10111101 | 10111010 | 1110011 | 0 | 10 | 100111 | 11010 | 111010 | 100100 | 111100 |
Color Harmonies of #BDBA73
Complementary color
Monochromatic Colors of #BDBA73
Black with #BDBA73
Text Example
Text Example
White with #BDBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBA73; }
p { color: rgb(189,186,115); }
H1.HeaderClassName
{
color: #BDBA73;
}
.AnyTagClassName
{
color: #BDBA73;
}
</style>
background-color css
<style>
a { background-color: #BDBA73; }
a { background-color: rgb(189,186,115); }
div.DivClassName
{
background-color: #BDBA73;
}
.BgClassName
{
background-color: #BDBA73;
}
</style>
border-color css
<style>
span { border-color: #BDBA73; }
span { border-color: rgb(189,186,115); }
td.TdClassName
{
border-color: #BDBA73;
}
.TagClassName
{
border-color: #BDBA73;
}
</style>