Shades of Dark Khaki #B0AF6D
Tints of Dark Khaki #B0AF6D
RGB
CMYK
RGB Variations
Color information
#B0AF6D (or 0xB0AF6D) is known color: Dark Khaki. HEX triplet: B0, AF and 6D. RGB value is (176,175,109). Sum of RGB (Red+Green+Blue) = 176+175+109=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AF6D is #4F5092. Grayscale: #A8A8A8. Windows color (decimal): -5197971 or 7188400. OLE color: 7188400.
HSL color Cylindrical-coordinate representation of color #B0AF6D: hue angle of 59.1º degrees, saturation: 0.3, 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 #B0AF6D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 175 | 109 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.31 |
| HSL | 59.1º | 0.3% | 0.56% | - |
| HSV(B) | 59.1º | 0.38% | 0.69% | - |
| XYZ | 35.99 | 40.99 | 20.48 | - |
| YUV | 167.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 175 | 109 | 0 | 0.01 | 0.38 | 0.31 | 59.1 | 0.3 | 0.56 |
| Hex | B0 | AF | 6D | 0 | 1 | 26 | 1F | 3B | 1E | 38 |
| Octal | 260 | 257 | 155 | 0 | 1 | 46 | 37 | 73 | 36 | 70 |
| Binary | 10110000 | 10101111 | 1101101 | 0 | 1 | 100110 | 11111 | 111011 | 11110 | 111000 |
Color Harmonies of #B0AF6D
Complementary color
Monochromatic Colors of #B0AF6D
Black with #B0AF6D
Text Example
Text Example
White with #B0AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AF6D; }
p { color: rgb(176,175,109); }
H1.HeaderClassName
{
color: #B0AF6D;
}
.AnyTagClassName
{
color: #B0AF6D;
}
</style>
background-color css
<style>
a { background-color: #B0AF6D; }
a { background-color: rgb(176,175,109); }
div.DivClassName
{
background-color: #B0AF6D;
}
.BgClassName
{
background-color: #B0AF6D;
}
</style>
border-color css
<style>
span { border-color: #B0AF6D; }
span { border-color: rgb(176,175,109); }
td.TdClassName
{
border-color: #B0AF6D;
}
.TagClassName
{
border-color: #B0AF6D;
}
</style>