Shades of Dark Khaki #B2AD74
Tints of Dark Khaki #B2AD74
RGB
CMYK
RGB Variations
Color information
#B2AD74 (or 0xB2AD74) is known color: Dark Khaki. HEX triplet: B2, AD and 74. RGB value is (178,173,116). Sum of RGB (Red+Green+Blue) = 178+173+116=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD74 is #4D528B. Grayscale: #A8A8A8. Windows color (decimal): -5067404 or 7646642. OLE color: 7646642.
HSL color Cylindrical-coordinate representation of color #B2AD74: hue angle of 55.16º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2AD74 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 116 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.30 |
| HSL | 55.16º | 0.29% | 0.58% | - |
| HSV(B) | 55.16º | 0.35% | 0.7% | - |
| XYZ | 36.46 | 40.61 | 22.44 | - |
| YUV | 168 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 116 | 0 | 0.03 | 0.35 | 0.30 | 55.16 | 0.29 | 0.58 |
| Hex | B2 | AD | 74 | 0 | 3 | 23 | 1E | 37 | 1D | 3A |
| Octal | 262 | 255 | 164 | 0 | 3 | 43 | 36 | 67 | 35 | 72 |
| Binary | 10110010 | 10101101 | 1110100 | 0 | 11 | 100011 | 11110 | 110111 | 11101 | 111010 |
Color Harmonies of #B2AD74
Complementary color
Monochromatic Colors of #B2AD74
Black with #B2AD74
Text Example
Text Example
White with #B2AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD74; }
p { color: rgb(178,173,116); }
H1.HeaderClassName
{
color: #B2AD74;
}
.AnyTagClassName
{
color: #B2AD74;
}
</style>
background-color css
<style>
a { background-color: #B2AD74; }
a { background-color: rgb(178,173,116); }
div.DivClassName
{
background-color: #B2AD74;
}
.BgClassName
{
background-color: #B2AD74;
}
</style>
border-color css
<style>
span { border-color: #B2AD74; }
span { border-color: rgb(178,173,116); }
td.TdClassName
{
border-color: #B2AD74;
}
.TagClassName
{
border-color: #B2AD74;
}
</style>