Shades of Dark Khaki #B6AE73
Tints of Dark Khaki #B6AE73
RGB
CMYK
RGB Variations
Color information
#B6AE73 (or 0xB6AE73) is known color: Dark Khaki. HEX triplet: B6, AE and 73. RGB value is (182,174,115). Sum of RGB (Red+Green+Blue) = 182+174+115=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AE73 is #49518C. Grayscale: #A9A9A9. Windows color (decimal): -4805005 or 7581366. OLE color: 7581366.
HSL color Cylindrical-coordinate representation of color #B6AE73: hue angle of 52.84º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B6AE73 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 174 | 115 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.29 |
| HSL | 52.84º | 0.31% | 0.58% | - |
| HSV(B) | 52.84º | 0.37% | 0.71% | - |
| XYZ | 37.52 | 41.45 | 22.24 | - |
| YUV | 169.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 174 | 115 | 0 | 0.04 | 0.37 | 0.29 | 52.84 | 0.31 | 0.58 |
| Hex | B6 | AE | 73 | 0 | 4 | 25 | 1D | 35 | 1F | 3A |
| Octal | 266 | 256 | 163 | 0 | 4 | 45 | 35 | 65 | 37 | 72 |
| Binary | 10110110 | 10101110 | 1110011 | 0 | 100 | 100101 | 11101 | 110101 | 11111 | 111010 |
Color Harmonies of #B6AE73
Complementary color
Monochromatic Colors of #B6AE73
Black with #B6AE73
Text Example
Text Example
White with #B6AE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AE73; }
p { color: rgb(182,174,115); }
H1.HeaderClassName
{
color: #B6AE73;
}
.AnyTagClassName
{
color: #B6AE73;
}
</style>
background-color css
<style>
a { background-color: #B6AE73; }
a { background-color: rgb(182,174,115); }
div.DivClassName
{
background-color: #B6AE73;
}
.BgClassName
{
background-color: #B6AE73;
}
</style>
border-color css
<style>
span { border-color: #B6AE73; }
span { border-color: rgb(182,174,115); }
td.TdClassName
{
border-color: #B6AE73;
}
.TagClassName
{
border-color: #B6AE73;
}
</style>