Shades of Dark Khaki #B9AF74
Tints of Dark Khaki #B9AF74
RGB
CMYK
RGB Variations
Color information
#B9AF74 (or 0xB9AF74) is known color: Dark Khaki. HEX triplet: B9, AF and 74. RGB value is (185,175,116). Sum of RGB (Red+Green+Blue) = 185+175+116=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF74 is #46508B. Grayscale: #ABABAB. Windows color (decimal): -4608140 or 7647161. OLE color: 7647161.
HSL color Cylindrical-coordinate representation of color #B9AF74: hue angle of 51.3º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9AF74 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 175 | 116 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.27 |
| HSL | 51.3º | 0.33% | 0.59% | - |
| HSV(B) | 51.3º | 0.37% | 0.73% | - |
| XYZ | 38.49 | 42.24 | 22.65 | - |
| YUV | 171.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 116 | 0 | 0.05 | 0.37 | 0.27 | 51.3 | 0.33 | 0.59 |
| Hex | B9 | AF | 74 | 0 | 5 | 25 | 1B | 33 | 21 | 3B |
| Octal | 271 | 257 | 164 | 0 | 5 | 45 | 33 | 63 | 41 | 73 |
| Binary | 10111001 | 10101111 | 1110100 | 0 | 101 | 100101 | 11011 | 110011 | 100001 | 111011 |
Color Harmonies of #B9AF74
Complementary color
Monochromatic Colors of #B9AF74
Black with #B9AF74
Text Example
Text Example
White with #B9AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AF74; }
p { color: rgb(185,175,116); }
H1.HeaderClassName
{
color: #B9AF74;
}
.AnyTagClassName
{
color: #B9AF74;
}
</style>
background-color css
<style>
a { background-color: #B9AF74; }
a { background-color: rgb(185,175,116); }
div.DivClassName
{
background-color: #B9AF74;
}
.BgClassName
{
background-color: #B9AF74;
}
</style>
border-color css
<style>
span { border-color: #B9AF74; }
span { border-color: rgb(185,175,116); }
td.TdClassName
{
border-color: #B9AF74;
}
.TagClassName
{
border-color: #B9AF74;
}
</style>