Shades of Dark Khaki #B4AB74
Tints of Dark Khaki #B4AB74
RGB
CMYK
RGB Variations
Color information
#B4AB74 (or 0xB4AB74) is known color: Dark Khaki. HEX triplet: B4, AB and 74. RGB value is (180,171,116). Sum of RGB (Red+Green+Blue) = 180+171+116=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AB74 is #4B548B. Grayscale: #A7A7A7. Windows color (decimal): -4936844 or 7646132. OLE color: 7646132.
HSL color Cylindrical-coordinate representation of color #B4AB74: hue angle of 51.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4AB74 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 171 | 116 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.29 |
| HSL | 51.56º | 0.3% | 0.58% | - |
| HSV(B) | 51.56º | 0.36% | 0.71% | - |
| XYZ | 36.54 | 40.09 | 22.34 | - |
| YUV | 167.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 116 | 0 | 0.05 | 0.36 | 0.29 | 51.56 | 0.3 | 0.58 |
| Hex | B4 | AB | 74 | 0 | 5 | 24 | 1D | 34 | 1E | 3A |
| Octal | 264 | 253 | 164 | 0 | 5 | 44 | 35 | 64 | 36 | 72 |
| Binary | 10110100 | 10101011 | 1110100 | 0 | 101 | 100100 | 11101 | 110100 | 11110 | 111010 |
Color Harmonies of #B4AB74
Complementary color
Monochromatic Colors of #B4AB74
Black with #B4AB74
Text Example
Text Example
White with #B4AB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AB74; }
p { color: rgb(180,171,116); }
H1.HeaderClassName
{
color: #B4AB74;
}
.AnyTagClassName
{
color: #B4AB74;
}
</style>
background-color css
<style>
a { background-color: #B4AB74; }
a { background-color: rgb(180,171,116); }
div.DivClassName
{
background-color: #B4AB74;
}
.BgClassName
{
background-color: #B4AB74;
}
</style>
border-color css
<style>
span { border-color: #B4AB74; }
span { border-color: rgb(180,171,116); }
td.TdClassName
{
border-color: #B4AB74;
}
.TagClassName
{
border-color: #B4AB74;
}
</style>