Shades of Dark Khaki #BDBC73
Tints of Dark Khaki #BDBC73
RGB
CMYK
RGB Variations
Color information
#BDBC73 (or 0xBDBC73) is known color: Dark Khaki. HEX triplet: BD, BC and 73. RGB value is (189,188,115). Sum of RGB (Red+Green+Blue) = 189+188+115=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC73 is #42438C. Grayscale: #B4B4B4. Windows color (decimal): -4342669 or 7584957. OLE color: 7584957.
HSL color Cylindrical-coordinate representation of color #BDBC73: hue angle of 59.19º 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 #BDBC73 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 188 | 115 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.26 |
| HSL | 59.19º | 0.36% | 0.6% | - |
| HSV(B) | 59.19º | 0.39% | 0.74% | - |
| XYZ | 42.06 | 48.02 | 23.27 | - |
| YUV | 179.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 188 | 115 | 0 | 0.01 | 0.39 | 0.26 | 59.19 | 0.36 | 0.6 |
| Hex | BD | BC | 73 | 0 | 1 | 27 | 1A | 3B | 24 | 3C |
| Octal | 275 | 274 | 163 | 0 | 1 | 47 | 32 | 73 | 44 | 74 |
| Binary | 10111101 | 10111100 | 1110011 | 0 | 1 | 100111 | 11010 | 111011 | 100100 | 111100 |
Color Harmonies of #BDBC73
Complementary color
Monochromatic Colors of #BDBC73
Black with #BDBC73
Text Example
Text Example
White with #BDBC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBC73; }
p { color: rgb(189,188,115); }
H1.HeaderClassName
{
color: #BDBC73;
}
.AnyTagClassName
{
color: #BDBC73;
}
</style>
background-color css
<style>
a { background-color: #BDBC73; }
a { background-color: rgb(189,188,115); }
div.DivClassName
{
background-color: #BDBC73;
}
.BgClassName
{
background-color: #BDBC73;
}
</style>
border-color css
<style>
span { border-color: #BDBC73; }
span { border-color: rgb(189,188,115); }
td.TdClassName
{
border-color: #BDBC73;
}
.TagClassName
{
border-color: #BDBC73;
}
</style>