Shades of Dark Khaki #B3AE74
Tints of Dark Khaki #B3AE74
RGB
CMYK
RGB Variations
Color information
#B3AE74 (or 0xB3AE74) is known color: Dark Khaki. HEX triplet: B3, AE and 74. RGB value is (179,174,116). Sum of RGB (Red+Green+Blue) = 179+174+116=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AE74 is #4C518B. Grayscale: #A9A9A9. Windows color (decimal): -5001612 or 7646899. OLE color: 7646899.
HSL color Cylindrical-coordinate representation of color #B3AE74: hue angle of 55.24º 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 #B3AE74 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 174 | 116 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.30 |
| HSL | 55.24º | 0.29% | 0.58% | - |
| HSV(B) | 55.24º | 0.35% | 0.7% | - |
| XYZ | 36.88 | 41.12 | 22.52 | - |
| YUV | 168.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 116 | 0 | 0.03 | 0.35 | 0.30 | 55.24 | 0.29 | 0.58 |
| Hex | B3 | AE | 74 | 0 | 3 | 23 | 1E | 37 | 1D | 3A |
| Octal | 263 | 256 | 164 | 0 | 3 | 43 | 36 | 67 | 35 | 72 |
| Binary | 10110011 | 10101110 | 1110100 | 0 | 11 | 100011 | 11110 | 110111 | 11101 | 111010 |
Color Harmonies of #B3AE74
Complementary color
Monochromatic Colors of #B3AE74
Black with #B3AE74
Text Example
Text Example
White with #B3AE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AE74; }
p { color: rgb(179,174,116); }
H1.HeaderClassName
{
color: #B3AE74;
}
.AnyTagClassName
{
color: #B3AE74;
}
</style>
background-color css
<style>
a { background-color: #B3AE74; }
a { background-color: rgb(179,174,116); }
div.DivClassName
{
background-color: #B3AE74;
}
.BgClassName
{
background-color: #B3AE74;
}
</style>
border-color css
<style>
span { border-color: #B3AE74; }
span { border-color: rgb(179,174,116); }
td.TdClassName
{
border-color: #B3AE74;
}
.TagClassName
{
border-color: #B3AE74;
}
</style>