Shades of Dark Khaki #B7AF74
Tints of Dark Khaki #B7AF74
RGB
CMYK
RGB Variations
Color information
#B7AF74 (or 0xB7AF74) is known color: Dark Khaki. HEX triplet: B7, AF and 74. RGB value is (183,175,116). Sum of RGB (Red+Green+Blue) = 183+175+116=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF74 is #48508B. Grayscale: #AAAAAA. Windows color (decimal): -4739212 or 7647159. OLE color: 7647159.
HSL color Cylindrical-coordinate representation of color #B7AF74: hue angle of 52.84º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7AF74 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 116 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.28 |
| HSL | 52.84º | 0.32% | 0.59% | - |
| HSV(B) | 52.84º | 0.37% | 0.72% | - |
| XYZ | 38.01 | 41.99 | 22.62 | - |
| YUV | 170.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 116 | 0 | 0.04 | 0.37 | 0.28 | 52.84 | 0.32 | 0.59 |
| Hex | B7 | AF | 74 | 0 | 4 | 25 | 1C | 35 | 20 | 3B |
| Octal | 267 | 257 | 164 | 0 | 4 | 45 | 34 | 65 | 40 | 73 |
| Binary | 10110111 | 10101111 | 1110100 | 0 | 100 | 100101 | 11100 | 110101 | 100000 | 111011 |
Color Harmonies of #B7AF74
Complementary color
Monochromatic Colors of #B7AF74
Black with #B7AF74
Text Example
Text Example
White with #B7AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF74; }
p { color: rgb(183,175,116); }
H1.HeaderClassName
{
color: #B7AF74;
}
.AnyTagClassName
{
color: #B7AF74;
}
</style>
background-color css
<style>
a { background-color: #B7AF74; }
a { background-color: rgb(183,175,116); }
div.DivClassName
{
background-color: #B7AF74;
}
.BgClassName
{
background-color: #B7AF74;
}
</style>
border-color css
<style>
span { border-color: #B7AF74; }
span { border-color: rgb(183,175,116); }
td.TdClassName
{
border-color: #B7AF74;
}
.TagClassName
{
border-color: #B7AF74;
}
</style>