Shades of Dark Khaki #BDB666
Tints of Dark Khaki #BDB666
RGB
CMYK
RGB Variations
Color information
#BDB666 (or 0xBDB666) is known color: Dark Khaki. HEX triplet: BD, B6 and 66. RGB value is (189,182,102). Sum of RGB (Red+Green+Blue) = 189+182+102=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB666 is #424999. Grayscale: #AFAFAF. Windows color (decimal): -4344218 or 6731453. OLE color: 6731453.
HSL color Cylindrical-coordinate representation of color #BDB666: hue angle of 55.17º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDB666 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 102 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.26 |
| HSL | 55.17º | 0.4% | 0.57% | - |
| HSV(B) | 55.17º | 0.46% | 0.74% | - |
| XYZ | 40.11 | 45.23 | 19.19 | - |
| YUV | 174.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 102 | 0 | 0.04 | 0.46 | 0.26 | 55.17 | 0.4 | 0.57 |
| Hex | BD | B6 | 66 | 0 | 4 | 2E | 1A | 37 | 28 | 39 |
| Octal | 275 | 266 | 146 | 0 | 4 | 56 | 32 | 67 | 50 | 71 |
| Binary | 10111101 | 10110110 | 1100110 | 0 | 100 | 101110 | 11010 | 110111 | 101000 | 111001 |
Color Harmonies of #BDB666
Complementary color
Monochromatic Colors of #BDB666
Black with #BDB666
Text Example
Text Example
White with #BDB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB666; }
p { color: rgb(189,182,102); }
H1.HeaderClassName
{
color: #BDB666;
}
.AnyTagClassName
{
color: #BDB666;
}
</style>
background-color css
<style>
a { background-color: #BDB666; }
a { background-color: rgb(189,182,102); }
div.DivClassName
{
background-color: #BDB666;
}
.BgClassName
{
background-color: #BDB666;
}
</style>
border-color css
<style>
span { border-color: #BDB666; }
span { border-color: rgb(189,182,102); }
td.TdClassName
{
border-color: #BDB666;
}
.TagClassName
{
border-color: #BDB666;
}
</style>