Shades of Dark Khaki #BDAF6E
Tints of Dark Khaki #BDAF6E
RGB
CMYK
RGB Variations
Color information
#BDAF6E (or 0xBDAF6E) is known color: Dark Khaki. HEX triplet: BD, AF and 6E. RGB value is (189,175,110). Sum of RGB (Red+Green+Blue) = 189+175+110=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF6E is #425091. Grayscale: #ACACAC. Windows color (decimal): -4346002 or 7253949. OLE color: 7253949.
HSL color Cylindrical-coordinate representation of color #BDAF6E: hue angle of 49.37º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDAF6E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 175 | 110 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.26 |
| HSL | 49.37º | 0.37% | 0.59% | - |
| HSV(B) | 49.37º | 0.42% | 0.74% | - |
| XYZ | 39.13 | 42.6 | 20.91 | - |
| YUV | 171.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 110 | 0 | 0.07 | 0.42 | 0.26 | 49.37 | 0.37 | 0.59 |
| Hex | BD | AF | 6E | 0 | 7 | 2A | 1A | 31 | 25 | 3B |
| Octal | 275 | 257 | 156 | 0 | 7 | 52 | 32 | 61 | 45 | 73 |
| Binary | 10111101 | 10101111 | 1101110 | 0 | 111 | 101010 | 11010 | 110001 | 100101 | 111011 |
Color Harmonies of #BDAF6E
Complementary color
Monochromatic Colors of #BDAF6E
Black with #BDAF6E
Text Example
Text Example
White with #BDAF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAF6E; }
p { color: rgb(189,175,110); }
H1.HeaderClassName
{
color: #BDAF6E;
}
.AnyTagClassName
{
color: #BDAF6E;
}
</style>
background-color css
<style>
a { background-color: #BDAF6E; }
a { background-color: rgb(189,175,110); }
div.DivClassName
{
background-color: #BDAF6E;
}
.BgClassName
{
background-color: #BDAF6E;
}
</style>
border-color css
<style>
span { border-color: #BDAF6E; }
span { border-color: rgb(189,175,110); }
td.TdClassName
{
border-color: #BDAF6E;
}
.TagClassName
{
border-color: #BDAF6E;
}
</style>