Shades of Dark Khaki #B2AD75
Tints of Dark Khaki #B2AD75
RGB
CMYK
RGB Variations
Color information
#B2AD75 (or 0xB2AD75) is known color: Dark Khaki. HEX triplet: B2, AD and 75. RGB value is (178,173,117). Sum of RGB (Red+Green+Blue) = 178+173+117=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD75 is #4D528A. Grayscale: #A8A8A8. Windows color (decimal): -5067403 or 7712178. OLE color: 7712178.
HSL color Cylindrical-coordinate representation of color #B2AD75: hue angle of 55.08º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2AD75 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 117 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.30 |
| HSL | 55.08º | 0.28% | 0.58% | - |
| HSV(B) | 55.08º | 0.34% | 0.7% | - |
| XYZ | 36.51 | 40.64 | 22.75 | - |
| YUV | 168.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 117 | 0 | 0.03 | 0.34 | 0.30 | 55.08 | 0.28 | 0.58 |
| Hex | B2 | AD | 75 | 0 | 3 | 22 | 1E | 37 | 1C | 3A |
| Octal | 262 | 255 | 165 | 0 | 3 | 42 | 36 | 67 | 34 | 72 |
| Binary | 10110010 | 10101101 | 1110101 | 0 | 11 | 100010 | 11110 | 110111 | 11100 | 111010 |
Color Harmonies of #B2AD75
Complementary color
Monochromatic Colors of #B2AD75
Black with #B2AD75
Text Example
Text Example
White with #B2AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD75; }
p { color: rgb(178,173,117); }
H1.HeaderClassName
{
color: #B2AD75;
}
.AnyTagClassName
{
color: #B2AD75;
}
</style>
background-color css
<style>
a { background-color: #B2AD75; }
a { background-color: rgb(178,173,117); }
div.DivClassName
{
background-color: #B2AD75;
}
.BgClassName
{
background-color: #B2AD75;
}
</style>
border-color css
<style>
span { border-color: #B2AD75; }
span { border-color: rgb(178,173,117); }
td.TdClassName
{
border-color: #B2AD75;
}
.TagClassName
{
border-color: #B2AD75;
}
</style>