Shades of Dark Khaki #BDAF70
Tints of Dark Khaki #BDAF70
RGB
CMYK
RGB Variations
Color information
#BDAF70 (or 0xBDAF70) is known color: Dark Khaki. HEX triplet: BD, AF and 70. RGB value is (189,175,112). Sum of RGB (Red+Green+Blue) = 189+175+112=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF70 is #42508F. Grayscale: #ACACAC. Windows color (decimal): -4346000 or 7385021. OLE color: 7385021.
HSL color Cylindrical-coordinate representation of color #BDAF70: hue angle of 49.09º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDAF70 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 112 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.26 |
| HSL | 49.09º | 0.37% | 0.59% | - |
| HSV(B) | 49.09º | 0.41% | 0.74% | - |
| XYZ | 39.24 | 42.65 | 21.49 | - |
| YUV | 172 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 112 | 0 | 0.07 | 0.41 | 0.26 | 49.09 | 0.37 | 0.59 |
| Hex | BD | AF | 70 | 0 | 7 | 29 | 1A | 31 | 25 | 3B |
| Octal | 275 | 257 | 160 | 0 | 7 | 51 | 32 | 61 | 45 | 73 |
| Binary | 10111101 | 10101111 | 1110000 | 0 | 111 | 101001 | 11010 | 110001 | 100101 | 111011 |
Color Harmonies of #BDAF70
Complementary color
Monochromatic Colors of #BDAF70
Black with #BDAF70
Text Example
Text Example
White with #BDAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF70; }
p { color: rgb(189,175,112); }
H1.HeaderClassName
{
color: #BDAF70;
}
.AnyTagClassName
{
color: #BDAF70;
}
</style>
background-color css
<style>
a { background-color: #BDAF70; }
a { background-color: rgb(189,175,112); }
div.DivClassName
{
background-color: #BDAF70;
}
.BgClassName
{
background-color: #BDAF70;
}
</style>
border-color css
<style>
span { border-color: #BDAF70; }
span { border-color: rgb(189,175,112); }
td.TdClassName
{
border-color: #BDAF70;
}
.TagClassName
{
border-color: #BDAF70;
}
</style>