Shades of Dark Khaki #B7AC73
Tints of Dark Khaki #B7AC73
RGB
CMYK
RGB Variations
Color information
#B7AC73 (or 0xB7AC73) is known color: Dark Khaki. HEX triplet: B7, AC and 73. RGB value is (183,172,115). Sum of RGB (Red+Green+Blue) = 183+172+115=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AC73 is #48538C. Grayscale: #A9A9A9. Windows color (decimal): -4739981 or 7580855. OLE color: 7580855.
HSL color Cylindrical-coordinate representation of color #B7AC73: hue angle of 50.29º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7AC73 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 172 | 115 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.28 |
| HSL | 50.29º | 0.32% | 0.58% | - |
| HSV(B) | 50.29º | 0.37% | 0.72% | - |
| XYZ | 37.38 | 40.81 | 22.13 | - |
| YUV | 168.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 172 | 115 | 0 | 0.06 | 0.37 | 0.28 | 50.29 | 0.32 | 0.58 |
| Hex | B7 | AC | 73 | 0 | 6 | 25 | 1C | 32 | 20 | 3A |
| Octal | 267 | 254 | 163 | 0 | 6 | 45 | 34 | 62 | 40 | 72 |
| Binary | 10110111 | 10101100 | 1110011 | 0 | 110 | 100101 | 11100 | 110010 | 100000 | 111010 |
Color Harmonies of #B7AC73
Complementary color
Monochromatic Colors of #B7AC73
Black with #B7AC73
Text Example
Text Example
White with #B7AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AC73; }
p { color: rgb(183,172,115); }
H1.HeaderClassName
{
color: #B7AC73;
}
.AnyTagClassName
{
color: #B7AC73;
}
</style>
background-color css
<style>
a { background-color: #B7AC73; }
a { background-color: rgb(183,172,115); }
div.DivClassName
{
background-color: #B7AC73;
}
.BgClassName
{
background-color: #B7AC73;
}
</style>
border-color css
<style>
span { border-color: #B7AC73; }
span { border-color: rgb(183,172,115); }
td.TdClassName
{
border-color: #B7AC73;
}
.TagClassName
{
border-color: #B7AC73;
}
</style>