Shades of Dark Khaki #B3AD74
Tints of Dark Khaki #B3AD74
RGB
CMYK
RGB Variations
Color information
#B3AD74 (or 0xB3AD74) is known color: Dark Khaki. HEX triplet: B3, AD and 74. RGB value is (179,173,116). Sum of RGB (Red+Green+Blue) = 179+173+116=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD74 is #4C528B. Grayscale: #A8A8A8. Windows color (decimal): -5001868 or 7646643. OLE color: 7646643.
HSL color Cylindrical-coordinate representation of color #B3AD74: hue angle of 54.29º 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 #B3AD74 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 116 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.30 |
| HSL | 54.29º | 0.29% | 0.58% | - |
| HSV(B) | 54.29º | 0.35% | 0.7% | - |
| XYZ | 36.69 | 40.73 | 22.45 | - |
| YUV | 168.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 116 | 0 | 0.03 | 0.35 | 0.30 | 54.29 | 0.29 | 0.58 |
| Hex | B3 | AD | 74 | 0 | 3 | 23 | 1E | 36 | 1D | 3A |
| Octal | 263 | 255 | 164 | 0 | 3 | 43 | 36 | 66 | 35 | 72 |
| Binary | 10110011 | 10101101 | 1110100 | 0 | 11 | 100011 | 11110 | 110110 | 11101 | 111010 |
Color Harmonies of #B3AD74
Complementary color
Monochromatic Colors of #B3AD74
Black with #B3AD74
Text Example
Text Example
White with #B3AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD74; }
p { color: rgb(179,173,116); }
H1.HeaderClassName
{
color: #B3AD74;
}
.AnyTagClassName
{
color: #B3AD74;
}
</style>
background-color css
<style>
a { background-color: #B3AD74; }
a { background-color: rgb(179,173,116); }
div.DivClassName
{
background-color: #B3AD74;
}
.BgClassName
{
background-color: #B3AD74;
}
</style>
border-color css
<style>
span { border-color: #B3AD74; }
span { border-color: rgb(179,173,116); }
td.TdClassName
{
border-color: #B3AD74;
}
.TagClassName
{
border-color: #B3AD74;
}
</style>