Shades of Dark Khaki #B4AE72
Tints of Dark Khaki #B4AE72
RGB
CMYK
RGB Variations
Color information
#B4AE72 (or 0xB4AE72) is known color: Dark Khaki. HEX triplet: B4, AE and 72. RGB value is (180,174,114). Sum of RGB (Red+Green+Blue) = 180+174+114=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE72 is #4B518D. Grayscale: #A9A9A9. Windows color (decimal): -4936078 or 7515828. OLE color: 7515828.
HSL color Cylindrical-coordinate representation of color #B4AE72: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4AE72 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 174 | 114 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.29 |
| HSL | 54.55º | 0.31% | 0.58% | - |
| HSV(B) | 54.55º | 0.37% | 0.71% | - |
| XYZ | 37 | 41.19 | 21.92 | - |
| YUV | 168.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 114 | 0 | 0.03 | 0.37 | 0.29 | 54.55 | 0.31 | 0.58 |
| Hex | B4 | AE | 72 | 0 | 3 | 25 | 1D | 37 | 1F | 3A |
| Octal | 264 | 256 | 162 | 0 | 3 | 45 | 35 | 67 | 37 | 72 |
| Binary | 10110100 | 10101110 | 1110010 | 0 | 11 | 100101 | 11101 | 110111 | 11111 | 111010 |
Color Harmonies of #B4AE72
Complementary color
Monochromatic Colors of #B4AE72
Black with #B4AE72
Text Example
Text Example
White with #B4AE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AE72; }
p { color: rgb(180,174,114); }
H1.HeaderClassName
{
color: #B4AE72;
}
.AnyTagClassName
{
color: #B4AE72;
}
</style>
background-color css
<style>
a { background-color: #B4AE72; }
a { background-color: rgb(180,174,114); }
div.DivClassName
{
background-color: #B4AE72;
}
.BgClassName
{
background-color: #B4AE72;
}
</style>
border-color css
<style>
span { border-color: #B4AE72; }
span { border-color: rgb(180,174,114); }
td.TdClassName
{
border-color: #B4AE72;
}
.TagClassName
{
border-color: #B4AE72;
}
</style>