Shades of Dark Khaki #B5AD74
Tints of Dark Khaki #B5AD74
RGB
CMYK
RGB Variations
Color information
#B5AD74 (or 0xB5AD74) is known color: Dark Khaki. HEX triplet: B5, AD and 74. RGB value is (181,173,116). Sum of RGB (Red+Green+Blue) = 181+173+116=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD74 is #4A528B. Grayscale: #A9A9A9. Windows color (decimal): -4870796 or 7646645. OLE color: 7646645.
HSL color Cylindrical-coordinate representation of color #B5AD74: hue angle of 52.62º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5AD74 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 116 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.29 |
| HSL | 52.62º | 0.31% | 0.58% | - |
| HSV(B) | 52.62º | 0.36% | 0.71% | - |
| XYZ | 37.15 | 40.97 | 22.47 | - |
| YUV | 168.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 116 | 0 | 0.04 | 0.36 | 0.29 | 52.62 | 0.31 | 0.58 |
| Hex | B5 | AD | 74 | 0 | 4 | 24 | 1D | 35 | 1F | 3A |
| Octal | 265 | 255 | 164 | 0 | 4 | 44 | 35 | 65 | 37 | 72 |
| Binary | 10110101 | 10101101 | 1110100 | 0 | 100 | 100100 | 11101 | 110101 | 11111 | 111010 |
Color Harmonies of #B5AD74
Complementary color
Monochromatic Colors of #B5AD74
Black with #B5AD74
Text Example
Text Example
White with #B5AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD74; }
p { color: rgb(181,173,116); }
H1.HeaderClassName
{
color: #B5AD74;
}
.AnyTagClassName
{
color: #B5AD74;
}
</style>
background-color css
<style>
a { background-color: #B5AD74; }
a { background-color: rgb(181,173,116); }
div.DivClassName
{
background-color: #B5AD74;
}
.BgClassName
{
background-color: #B5AD74;
}
</style>
border-color css
<style>
span { border-color: #B5AD74; }
span { border-color: rgb(181,173,116); }
td.TdClassName
{
border-color: #B5AD74;
}
.TagClassName
{
border-color: #B5AD74;
}
</style>