Shades of Dark Khaki #B7AC74
Tints of Dark Khaki #B7AC74
RGB
CMYK
RGB Variations
Color information
#B7AC74 (or 0xB7AC74) is known color: Dark Khaki. HEX triplet: B7, AC and 74. RGB value is (183,172,116). Sum of RGB (Red+Green+Blue) = 183+172+116=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC74 is #48538B. Grayscale: #A9A9A9. Windows color (decimal): -4739980 or 7646391. OLE color: 7646391.
HSL color Cylindrical-coordinate representation of color #B7AC74: hue angle of 50.15º 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 #B7AC74 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 172 | 116 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.28 |
| HSL | 50.15º | 0.32% | 0.59% | - |
| HSV(B) | 50.15º | 0.37% | 0.72% | - |
| XYZ | 37.43 | 40.83 | 22.43 | - |
| YUV | 168.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 116 | 0 | 0.06 | 0.37 | 0.28 | 50.15 | 0.32 | 0.59 |
| Hex | B7 | AC | 74 | 0 | 6 | 25 | 1C | 32 | 20 | 3B |
| Octal | 267 | 254 | 164 | 0 | 6 | 45 | 34 | 62 | 40 | 73 |
| Binary | 10110111 | 10101100 | 1110100 | 0 | 110 | 100101 | 11100 | 110010 | 100000 | 111011 |
Color Harmonies of #B7AC74
Complementary color
Monochromatic Colors of #B7AC74
Black with #B7AC74
Text Example
Text Example
White with #B7AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AC74; }
p { color: rgb(183,172,116); }
H1.HeaderClassName
{
color: #B7AC74;
}
.AnyTagClassName
{
color: #B7AC74;
}
</style>
background-color css
<style>
a { background-color: #B7AC74; }
a { background-color: rgb(183,172,116); }
div.DivClassName
{
background-color: #B7AC74;
}
.BgClassName
{
background-color: #B7AC74;
}
</style>
border-color css
<style>
span { border-color: #B7AC74; }
span { border-color: rgb(183,172,116); }
td.TdClassName
{
border-color: #B7AC74;
}
.TagClassName
{
border-color: #B7AC74;
}
</style>