Shades of Dark Khaki #B2AD72
Tints of Dark Khaki #B2AD72
RGB
CMYK
RGB Variations
Color information
#B2AD72 (or 0xB2AD72) is known color: Dark Khaki. HEX triplet: B2, AD and 72. RGB value is (178,173,114). Sum of RGB (Red+Green+Blue) = 178+173+114=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD72 is #4D528D. Grayscale: #A8A8A8. Windows color (decimal): -5067406 or 7515570. OLE color: 7515570.
HSL color Cylindrical-coordinate representation of color #B2AD72: hue angle of 55.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2AD72 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 114 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.30 |
| HSL | 55.31º | 0.29% | 0.57% | - |
| HSV(B) | 55.31º | 0.36% | 0.7% | - |
| XYZ | 36.34 | 40.57 | 21.83 | - |
| YUV | 167.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 114 | 0 | 0.03 | 0.36 | 0.30 | 55.31 | 0.29 | 0.57 |
| Hex | B2 | AD | 72 | 0 | 3 | 24 | 1E | 37 | 1D | 39 |
| Octal | 262 | 255 | 162 | 0 | 3 | 44 | 36 | 67 | 35 | 71 |
| Binary | 10110010 | 10101101 | 1110010 | 0 | 11 | 100100 | 11110 | 110111 | 11101 | 111001 |
Color Harmonies of #B2AD72
Complementary color
Monochromatic Colors of #B2AD72
Black with #B2AD72
Text Example
Text Example
White with #B2AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD72; }
p { color: rgb(178,173,114); }
H1.HeaderClassName
{
color: #B2AD72;
}
.AnyTagClassName
{
color: #B2AD72;
}
</style>
background-color css
<style>
a { background-color: #B2AD72; }
a { background-color: rgb(178,173,114); }
div.DivClassName
{
background-color: #B2AD72;
}
.BgClassName
{
background-color: #B2AD72;
}
</style>
border-color css
<style>
span { border-color: #B2AD72; }
span { border-color: rgb(178,173,114); }
td.TdClassName
{
border-color: #B2AD72;
}
.TagClassName
{
border-color: #B2AD72;
}
</style>