Shades of Dark Khaki #B4AD70
Tints of Dark Khaki #B4AD70
RGB
CMYK
RGB Variations
Color information
#B4AD70 (or 0xB4AD70) is known color: Dark Khaki. HEX triplet: B4, AD and 70. RGB value is (180,173,112). Sum of RGB (Red+Green+Blue) = 180+173+112=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD70 is #4B528F. Grayscale: #A8A8A8. Windows color (decimal): -4936336 or 7384500. OLE color: 7384500.
HSL color Cylindrical-coordinate representation of color #B4AD70: hue angle of 53.82º degrees, saturation: 0.31, 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 #B4AD70 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 112 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.29 |
| HSL | 53.82º | 0.31% | 0.57% | - |
| HSV(B) | 53.82º | 0.38% | 0.71% | - |
| XYZ | 36.69 | 40.76 | 21.26 | - |
| YUV | 168.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 112 | 0 | 0.04 | 0.38 | 0.29 | 53.82 | 0.31 | 0.57 |
| Hex | B4 | AD | 70 | 0 | 4 | 26 | 1D | 36 | 1F | 39 |
| Octal | 264 | 255 | 160 | 0 | 4 | 46 | 35 | 66 | 37 | 71 |
| Binary | 10110100 | 10101101 | 1110000 | 0 | 100 | 100110 | 11101 | 110110 | 11111 | 111001 |
Color Harmonies of #B4AD70
Complementary color
Monochromatic Colors of #B4AD70
Black with #B4AD70
Text Example
Text Example
White with #B4AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD70; }
p { color: rgb(180,173,112); }
H1.HeaderClassName
{
color: #B4AD70;
}
.AnyTagClassName
{
color: #B4AD70;
}
</style>
background-color css
<style>
a { background-color: #B4AD70; }
a { background-color: rgb(180,173,112); }
div.DivClassName
{
background-color: #B4AD70;
}
.BgClassName
{
background-color: #B4AD70;
}
</style>
border-color css
<style>
span { border-color: #B4AD70; }
span { border-color: rgb(180,173,112); }
td.TdClassName
{
border-color: #B4AD70;
}
.TagClassName
{
border-color: #B4AD70;
}
</style>