Shades of Dark Khaki #B4AE74
Tints of Dark Khaki #B4AE74
RGB
CMYK
RGB Variations
Color information
#B4AE74 (or 0xB4AE74) is known color: Dark Khaki. HEX triplet: B4, AE and 74. RGB value is (180,174,116). Sum of RGB (Red+Green+Blue) = 180+174+116=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE74 is #4B518B. Grayscale: #A9A9A9. Windows color (decimal): -4936076 or 7646900. OLE color: 7646900.
HSL color Cylindrical-coordinate representation of color #B4AE74: hue angle of 54.38º 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 #B4AE74 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 174 | 116 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.29 |
| HSL | 54.38º | 0.3% | 0.58% | - |
| HSV(B) | 54.38º | 0.36% | 0.71% | - |
| XYZ | 37.11 | 41.24 | 22.53 | - |
| YUV | 169.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 116 | 0 | 0.03 | 0.36 | 0.29 | 54.38 | 0.3 | 0.58 |
| Hex | B4 | AE | 74 | 0 | 3 | 24 | 1D | 36 | 1E | 3A |
| Octal | 264 | 256 | 164 | 0 | 3 | 44 | 35 | 66 | 36 | 72 |
| Binary | 10110100 | 10101110 | 1110100 | 0 | 11 | 100100 | 11101 | 110110 | 11110 | 111010 |
Color Harmonies of #B4AE74
Complementary color
Monochromatic Colors of #B4AE74
Black with #B4AE74
Text Example
Text Example
White with #B4AE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AE74; }
p { color: rgb(180,174,116); }
H1.HeaderClassName
{
color: #B4AE74;
}
.AnyTagClassName
{
color: #B4AE74;
}
</style>
background-color css
<style>
a { background-color: #B4AE74; }
a { background-color: rgb(180,174,116); }
div.DivClassName
{
background-color: #B4AE74;
}
.BgClassName
{
background-color: #B4AE74;
}
</style>
border-color css
<style>
span { border-color: #B4AE74; }
span { border-color: rgb(180,174,116); }
td.TdClassName
{
border-color: #B4AE74;
}
.TagClassName
{
border-color: #B4AE74;
}
</style>