Shades of Dark Khaki #B4AD75
Tints of Dark Khaki #B4AD75
RGB
CMYK
RGB Variations
Color information
#B4AD75 (or 0xB4AD75) is known color: Dark Khaki. HEX triplet: B4, AD and 75. RGB value is (180,173,117). Sum of RGB (Red+Green+Blue) = 180+173+117=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD75 is #4B528A. Grayscale: #A8A8A8. Windows color (decimal): -4936331 or 7712180. OLE color: 7712180.
HSL color Cylindrical-coordinate representation of color #B4AD75: hue angle of 53.33º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B4AD75 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 117 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.29 |
| HSL | 53.33º | 0.3% | 0.58% | - |
| HSV(B) | 53.33º | 0.35% | 0.71% | - |
| XYZ | 36.98 | 40.87 | 22.77 | - |
| YUV | 168.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 117 | 0 | 0.04 | 0.35 | 0.29 | 53.33 | 0.3 | 0.58 |
| Hex | B4 | AD | 75 | 0 | 4 | 23 | 1D | 35 | 1E | 3A |
| Octal | 264 | 255 | 165 | 0 | 4 | 43 | 35 | 65 | 36 | 72 |
| Binary | 10110100 | 10101101 | 1110101 | 0 | 100 | 100011 | 11101 | 110101 | 11110 | 111010 |
Color Harmonies of #B4AD75
Complementary color
Monochromatic Colors of #B4AD75
Black with #B4AD75
Text Example
Text Example
White with #B4AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD75; }
p { color: rgb(180,173,117); }
H1.HeaderClassName
{
color: #B4AD75;
}
.AnyTagClassName
{
color: #B4AD75;
}
</style>
background-color css
<style>
a { background-color: #B4AD75; }
a { background-color: rgb(180,173,117); }
div.DivClassName
{
background-color: #B4AD75;
}
.BgClassName
{
background-color: #B4AD75;
}
</style>
border-color css
<style>
span { border-color: #B4AD75; }
span { border-color: rgb(180,173,117); }
td.TdClassName
{
border-color: #B4AD75;
}
.TagClassName
{
border-color: #B4AD75;
}
</style>