Shades of Dark Khaki #BAAF74
Tints of Dark Khaki #BAAF74
RGB
CMYK
RGB Variations
Color information
#BAAF74 (or 0xBAAF74) is known color: Dark Khaki. HEX triplet: BA, AF and 74. RGB value is (186,175,116). Sum of RGB (Red+Green+Blue) = 186+175+116=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BAAF74 is #45508B. Grayscale: #ABABAB. Windows color (decimal): -4542604 or 7647162. OLE color: 7647162.
HSL color Cylindrical-coordinate representation of color #BAAF74: hue angle of 50.57º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAAF74 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 175 | 116 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.27 |
| HSL | 50.57º | 0.34% | 0.59% | - |
| HSV(B) | 50.57º | 0.38% | 0.73% | - |
| XYZ | 38.73 | 42.36 | 22.66 | - |
| YUV | 171.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 175 | 116 | 0 | 0.06 | 0.38 | 0.27 | 50.57 | 0.34 | 0.59 |
| Hex | BA | AF | 74 | 0 | 6 | 26 | 1B | 33 | 22 | 3B |
| Octal | 272 | 257 | 164 | 0 | 6 | 46 | 33 | 63 | 42 | 73 |
| Binary | 10111010 | 10101111 | 1110100 | 0 | 110 | 100110 | 11011 | 110011 | 100010 | 111011 |
Color Harmonies of #BAAF74
Complementary color
Monochromatic Colors of #BAAF74
Black with #BAAF74
Text Example
Text Example
White with #BAAF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAF74; }
p { color: rgb(186,175,116); }
H1.HeaderClassName
{
color: #BAAF74;
}
.AnyTagClassName
{
color: #BAAF74;
}
</style>
background-color css
<style>
a { background-color: #BAAF74; }
a { background-color: rgb(186,175,116); }
div.DivClassName
{
background-color: #BAAF74;
}
.BgClassName
{
background-color: #BAAF74;
}
</style>
border-color css
<style>
span { border-color: #BAAF74; }
span { border-color: rgb(186,175,116); }
td.TdClassName
{
border-color: #BAAF74;
}
.TagClassName
{
border-color: #BAAF74;
}
</style>