Shades of Dark Khaki #B0AF6E
Tints of Dark Khaki #B0AF6E
RGB
CMYK
RGB Variations
Color information
#B0AF6E (or 0xB0AF6E) is known color: Dark Khaki. HEX triplet: B0, AF and 6E. RGB value is (176,175,110). Sum of RGB (Red+Green+Blue) = 176+175+110=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF6E is #4F5091. Grayscale: #A8A8A8. Windows color (decimal): -5197970 or 7253936. OLE color: 7253936.
HSL color Cylindrical-coordinate representation of color #B0AF6E: hue angle of 59.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0AF6E is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 110 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.31 |
| HSL | 59.09º | 0.29% | 0.56% | - |
| HSV(B) | 59.09º | 0.38% | 0.69% | - |
| XYZ | 36.05 | 41.02 | 20.77 | - |
| YUV | 167.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 110 | 0 | 0.01 | 0.37 | 0.31 | 59.09 | 0.29 | 0.56 |
| Hex | B0 | AF | 6E | 0 | 1 | 25 | 1F | 3B | 1D | 38 |
| Octal | 260 | 257 | 156 | 0 | 1 | 45 | 37 | 73 | 35 | 70 |
| Binary | 10110000 | 10101111 | 1101110 | 0 | 1 | 100101 | 11111 | 111011 | 11101 | 111000 |
Color Harmonies of #B0AF6E
Complementary color
Monochromatic Colors of #B0AF6E
Black with #B0AF6E
Text Example
Text Example
White with #B0AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF6E; }
p { color: rgb(176,175,110); }
H1.HeaderClassName
{
color: #B0AF6E;
}
.AnyTagClassName
{
color: #B0AF6E;
}
</style>
background-color css
<style>
a { background-color: #B0AF6E; }
a { background-color: rgb(176,175,110); }
div.DivClassName
{
background-color: #B0AF6E;
}
.BgClassName
{
background-color: #B0AF6E;
}
</style>
border-color css
<style>
span { border-color: #B0AF6E; }
span { border-color: rgb(176,175,110); }
td.TdClassName
{
border-color: #B0AF6E;
}
.TagClassName
{
border-color: #B0AF6E;
}
</style>