Shades of Dark Khaki #BDB66C
Tints of Dark Khaki #BDB66C
RGB
CMYK
RGB Variations
Color information
#BDB66C (or 0xBDB66C) is known color: Dark Khaki. HEX triplet: BD, B6 and 6C. RGB value is (189,182,108). Sum of RGB (Red+Green+Blue) = 189+182+108=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB66C is #424993. Grayscale: #AFAFAF. Windows color (decimal): -4344212 or 7124669. OLE color: 7124669.
HSL color Cylindrical-coordinate representation of color #BDB66C: hue angle of 54.81º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDB66C is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 182 | 108 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.26 |
| HSL | 54.81º | 0.38% | 0.58% | - |
| HSV(B) | 54.81º | 0.43% | 0.74% | - |
| XYZ | 40.42 | 45.36 | 20.81 | - |
| YUV | 175.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 108 | 0 | 0.04 | 0.43 | 0.26 | 54.81 | 0.38 | 0.58 |
| Hex | BD | B6 | 6C | 0 | 4 | 2B | 1A | 37 | 26 | 3A |
| Octal | 275 | 266 | 154 | 0 | 4 | 53 | 32 | 67 | 46 | 72 |
| Binary | 10111101 | 10110110 | 1101100 | 0 | 100 | 101011 | 11010 | 110111 | 100110 | 111010 |
Color Harmonies of #BDB66C
Complementary color
Monochromatic Colors of #BDB66C
Black with #BDB66C
Text Example
Text Example
White with #BDB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB66C; }
p { color: rgb(189,182,108); }
H1.HeaderClassName
{
color: #BDB66C;
}
.AnyTagClassName
{
color: #BDB66C;
}
</style>
background-color css
<style>
a { background-color: #BDB66C; }
a { background-color: rgb(189,182,108); }
div.DivClassName
{
background-color: #BDB66C;
}
.BgClassName
{
background-color: #BDB66C;
}
</style>
border-color css
<style>
span { border-color: #BDB66C; }
span { border-color: rgb(189,182,108); }
td.TdClassName
{
border-color: #BDB66C;
}
.TagClassName
{
border-color: #BDB66C;
}
</style>