Shades of Dark Khaki #B4AE73
Tints of Dark Khaki #B4AE73
RGB
CMYK
RGB Variations
Color information
#B4AE73 (or 0xB4AE73) is known color: Dark Khaki. HEX triplet: B4, AE and 73. RGB value is (180,174,115). Sum of RGB (Red+Green+Blue) = 180+174+115=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE73 is #4B518C. Grayscale: #A9A9A9. Windows color (decimal): -4936077 or 7581364. OLE color: 7581364.
HSL color Cylindrical-coordinate representation of color #B4AE73: hue angle of 54.46º 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 #B4AE73 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 174 | 115 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.29 |
| HSL | 54.46º | 0.3% | 0.58% | - |
| HSV(B) | 54.46º | 0.36% | 0.71% | - |
| XYZ | 37.05 | 41.21 | 22.22 | - |
| YUV | 169.07 | 97.49 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 115 | 0 | 0.03 | 0.36 | 0.29 | 54.46 | 0.3 | 0.58 |
| Hex | B4 | AE | 73 | 0 | 3 | 24 | 1D | 36 | 1E | 3A |
| Octal | 264 | 256 | 163 | 0 | 3 | 44 | 35 | 66 | 36 | 72 |
| Binary | 10110100 | 10101110 | 1110011 | 0 | 11 | 100100 | 11101 | 110110 | 11110 | 111010 |
Color Harmonies of #B4AE73
Complementary color
Monochromatic Colors of #B4AE73
Black with #B4AE73
Text Example
Text Example
White with #B4AE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AE73; }
p { color: rgb(180,174,115); }
H1.HeaderClassName
{
color: #B4AE73;
}
.AnyTagClassName
{
color: #B4AE73;
}
</style>
background-color css
<style>
a { background-color: #B4AE73; }
a { background-color: rgb(180,174,115); }
div.DivClassName
{
background-color: #B4AE73;
}
.BgClassName
{
background-color: #B4AE73;
}
</style>
border-color css
<style>
span { border-color: #B4AE73; }
span { border-color: rgb(180,174,115); }
td.TdClassName
{
border-color: #B4AE73;
}
.TagClassName
{
border-color: #B4AE73;
}
</style>