Shades of Dark Khaki #B8AF74
Tints of Dark Khaki #B8AF74
RGB
CMYK
RGB Variations
Color information
#B8AF74 (or 0xB8AF74) is known color: Dark Khaki. HEX triplet: B8, AF and 74. RGB value is (184,175,116). Sum of RGB (Red+Green+Blue) = 184+175+116=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AF74 is #47508B. Grayscale: #ABABAB. Windows color (decimal): -4673676 or 7647160. OLE color: 7647160.
HSL color Cylindrical-coordinate representation of color #B8AF74: hue angle of 52.06º 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 #B8AF74 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 116 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.28 |
| HSL | 52.06º | 0.32% | 0.59% | - |
| HSV(B) | 52.06º | 0.37% | 0.72% | - |
| XYZ | 38.25 | 42.11 | 22.64 | - |
| YUV | 170.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 116 | 0 | 0.05 | 0.37 | 0.28 | 52.06 | 0.32 | 0.59 |
| Hex | B8 | AF | 74 | 0 | 5 | 25 | 1C | 34 | 20 | 3B |
| Octal | 270 | 257 | 164 | 0 | 5 | 45 | 34 | 64 | 40 | 73 |
| Binary | 10111000 | 10101111 | 1110100 | 0 | 101 | 100101 | 11100 | 110100 | 100000 | 111011 |
Color Harmonies of #B8AF74
Complementary color
Monochromatic Colors of #B8AF74
Black with #B8AF74
Text Example
Text Example
White with #B8AF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AF74; }
p { color: rgb(184,175,116); }
H1.HeaderClassName
{
color: #B8AF74;
}
.AnyTagClassName
{
color: #B8AF74;
}
</style>
background-color css
<style>
a { background-color: #B8AF74; }
a { background-color: rgb(184,175,116); }
div.DivClassName
{
background-color: #B8AF74;
}
.BgClassName
{
background-color: #B8AF74;
}
</style>
border-color css
<style>
span { border-color: #B8AF74; }
span { border-color: rgb(184,175,116); }
td.TdClassName
{
border-color: #B8AF74;
}
.TagClassName
{
border-color: #B8AF74;
}
</style>