Shades of Dark Khaki #B5AF70
Tints of Dark Khaki #B5AF70
RGB
CMYK
RGB Variations
Color information
#B5AF70 (or 0xB5AF70) is known color: Dark Khaki. HEX triplet: B5, AF and 70. RGB value is (181,175,112). Sum of RGB (Red+Green+Blue) = 181+175+112=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF70 is #4A508F. Grayscale: #A9A9A9. Windows color (decimal): -4870288 or 7385013. OLE color: 7385013.
HSL color Cylindrical-coordinate representation of color #B5AF70: hue angle of 54.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5AF70 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 112 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.29 |
| HSL | 54.78º | 0.32% | 0.57% | - |
| HSV(B) | 54.78º | 0.38% | 0.71% | - |
| XYZ | 37.31 | 41.65 | 21.4 | - |
| YUV | 169.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 112 | 0 | 0.03 | 0.38 | 0.29 | 54.78 | 0.32 | 0.57 |
| Hex | B5 | AF | 70 | 0 | 3 | 26 | 1D | 37 | 20 | 39 |
| Octal | 265 | 257 | 160 | 0 | 3 | 46 | 35 | 67 | 40 | 71 |
| Binary | 10110101 | 10101111 | 1110000 | 0 | 11 | 100110 | 11101 | 110111 | 100000 | 111001 |
Color Harmonies of #B5AF70
Complementary color
Monochromatic Colors of #B5AF70
Black with #B5AF70
Text Example
Text Example
White with #B5AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF70; }
p { color: rgb(181,175,112); }
H1.HeaderClassName
{
color: #B5AF70;
}
.AnyTagClassName
{
color: #B5AF70;
}
</style>
background-color css
<style>
a { background-color: #B5AF70; }
a { background-color: rgb(181,175,112); }
div.DivClassName
{
background-color: #B5AF70;
}
.BgClassName
{
background-color: #B5AF70;
}
</style>
border-color css
<style>
span { border-color: #B5AF70; }
span { border-color: rgb(181,175,112); }
td.TdClassName
{
border-color: #B5AF70;
}
.TagClassName
{
border-color: #B5AF70;
}
</style>