Shades of Dark Khaki #BDAF6C
Tints of Dark Khaki #BDAF6C
RGB
CMYK
RGB Variations
Color information
#BDAF6C (or 0xBDAF6C) is known color: Dark Khaki. HEX triplet: BD, AF and 6C. RGB value is (189,175,108). Sum of RGB (Red+Green+Blue) = 189+175+108=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF6C is #425093. Grayscale: #ABABAB. Windows color (decimal): -4346004 or 7122877. OLE color: 7122877.
HSL color Cylindrical-coordinate representation of color #BDAF6C: hue angle of 49.63º 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 #BDAF6C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 108 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.26 |
| HSL | 49.63º | 0.38% | 0.58% | - |
| HSV(B) | 49.63º | 0.43% | 0.74% | - |
| XYZ | 39.02 | 42.56 | 20.35 | - |
| YUV | 171.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 108 | 0 | 0.07 | 0.43 | 0.26 | 49.63 | 0.38 | 0.58 |
| Hex | BD | AF | 6C | 0 | 7 | 2B | 1A | 32 | 26 | 3A |
| Octal | 275 | 257 | 154 | 0 | 7 | 53 | 32 | 62 | 46 | 72 |
| Binary | 10111101 | 10101111 | 1101100 | 0 | 111 | 101011 | 11010 | 110010 | 100110 | 111010 |
Color Harmonies of #BDAF6C
Complementary color
Monochromatic Colors of #BDAF6C
Black with #BDAF6C
Text Example
Text Example
White with #BDAF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF6C; }
p { color: rgb(189,175,108); }
H1.HeaderClassName
{
color: #BDAF6C;
}
.AnyTagClassName
{
color: #BDAF6C;
}
</style>
background-color css
<style>
a { background-color: #BDAF6C; }
a { background-color: rgb(189,175,108); }
div.DivClassName
{
background-color: #BDAF6C;
}
.BgClassName
{
background-color: #BDAF6C;
}
</style>
border-color css
<style>
span { border-color: #BDAF6C; }
span { border-color: rgb(189,175,108); }
td.TdClassName
{
border-color: #BDAF6C;
}
.TagClassName
{
border-color: #BDAF6C;
}
</style>