Shades of Dark Khaki #B4AE6F
Tints of Dark Khaki #B4AE6F
RGB
CMYK
RGB Variations
Color information
#B4AE6F (or 0xB4AE6F) is known color: Dark Khaki. HEX triplet: B4, AE and 6F. RGB value is (180,174,111). Sum of RGB (Red+Green+Blue) = 180+174+111=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AE6F is #4B5190. Grayscale: #A8A8A8. Windows color (decimal): -4936081 or 7319220. OLE color: 7319220.
HSL color Cylindrical-coordinate representation of color #B4AE6F: hue angle of 54.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4AE6F is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 174 | 111 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.29 |
| HSL | 54.78º | 0.32% | 0.57% | - |
| HSV(B) | 54.78º | 0.38% | 0.71% | - |
| XYZ | 36.83 | 41.12 | 21.04 | - |
| YUV | 168.61 | 95.49 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 111 | 0 | 0.03 | 0.38 | 0.29 | 54.78 | 0.32 | 0.57 |
| Hex | B4 | AE | 6F | 0 | 3 | 26 | 1D | 37 | 20 | 39 |
| Octal | 264 | 256 | 157 | 0 | 3 | 46 | 35 | 67 | 40 | 71 |
| Binary | 10110100 | 10101110 | 1101111 | 0 | 11 | 100110 | 11101 | 110111 | 100000 | 111001 |
Color Harmonies of #B4AE6F
Complementary color
Monochromatic Colors of #B4AE6F
Black with #B4AE6F
Text Example
Text Example
White with #B4AE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AE6F; }
p { color: rgb(180,174,111); }
H1.HeaderClassName
{
color: #B4AE6F;
}
.AnyTagClassName
{
color: #B4AE6F;
}
</style>
background-color css
<style>
a { background-color: #B4AE6F; }
a { background-color: rgb(180,174,111); }
div.DivClassName
{
background-color: #B4AE6F;
}
.BgClassName
{
background-color: #B4AE6F;
}
</style>
border-color css
<style>
span { border-color: #B4AE6F; }
span { border-color: rgb(180,174,111); }
td.TdClassName
{
border-color: #B4AE6F;
}
.TagClassName
{
border-color: #B4AE6F;
}
</style>