Shades of Dark Khaki #BDB976
Tints of Dark Khaki #BDB976
RGB
CMYK
RGB Variations
Color information
#BDB976 (or 0xBDB976) is known color: Dark Khaki. HEX triplet: BD, B9 and 76. RGB value is (189,185,118). Sum of RGB (Red+Green+Blue) = 189+185+118=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB976 is #424689. Grayscale: #B2B2B2. Windows color (decimal): -4343434 or 7780797. OLE color: 7780797.
HSL color Cylindrical-coordinate representation of color #BDB976: hue angle of 56.62º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDB976 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 118 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.26 |
| HSL | 56.62º | 0.35% | 0.6% | - |
| HSV(B) | 56.62º | 0.38% | 0.74% | - |
| XYZ | 41.61 | 46.82 | 23.98 | - |
| YUV | 178.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 118 | 0 | 0.02 | 0.38 | 0.26 | 56.62 | 0.35 | 0.6 |
| Hex | BD | B9 | 76 | 0 | 2 | 26 | 1A | 39 | 23 | 3C |
| Octal | 275 | 271 | 166 | 0 | 2 | 46 | 32 | 71 | 43 | 74 |
| Binary | 10111101 | 10111001 | 1110110 | 0 | 10 | 100110 | 11010 | 111001 | 100011 | 111100 |
Color Harmonies of #BDB976
Complementary color
Monochromatic Colors of #BDB976
Black with #BDB976
Text Example
Text Example
White with #BDB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB976; }
p { color: rgb(189,185,118); }
H1.HeaderClassName
{
color: #BDB976;
}
.AnyTagClassName
{
color: #BDB976;
}
</style>
background-color css
<style>
a { background-color: #BDB976; }
a { background-color: rgb(189,185,118); }
div.DivClassName
{
background-color: #BDB976;
}
.BgClassName
{
background-color: #BDB976;
}
</style>
border-color css
<style>
span { border-color: #BDB976; }
span { border-color: rgb(189,185,118); }
td.TdClassName
{
border-color: #BDB976;
}
.TagClassName
{
border-color: #BDB976;
}
</style>