Shades of Dark Khaki #B5BA6F
Tints of Dark Khaki #B5BA6F
RGB
CMYK
RGB Variations
Color information
#B5BA6F (or 0xB5BA6F) is known color: Dark Khaki. HEX triplet: B5, BA and 6F. RGB value is (181,186,111). Sum of RGB (Red+Green+Blue) = 181+186+111=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA6F is #4A4590. Grayscale: #B0B0B0. Windows color (decimal): -4867473 or 7322293. OLE color: 7322293.
HSL color Cylindrical-coordinate representation of color #B5BA6F: hue angle of 64º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5BA6F is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 111 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.27 |
| HSL | 64º | 0.35% | 0.58% | - |
| HSV(B) | 64º | 0.4% | 0.73% | - |
| XYZ | 39.48 | 46.09 | 21.85 | - |
| YUV | 175.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 111 | 0.03 | 0 | 0.40 | 0.27 | 64 | 0.35 | 0.58 |
| Hex | B5 | BA | 6F | 3 | 0 | 28 | 1B | 40 | 23 | 3A |
| Octal | 265 | 272 | 157 | 3 | 0 | 50 | 33 | 100 | 43 | 72 |
| Binary | 10110101 | 10111010 | 1101111 | 11 | 0 | 101000 | 11011 | 1000000 | 100011 | 111010 |
Color Harmonies of #B5BA6F
Complementary color
Monochromatic Colors of #B5BA6F
Black with #B5BA6F
Text Example
Text Example
White with #B5BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA6F; }
p { color: rgb(181,186,111); }
H1.HeaderClassName
{
color: #B5BA6F;
}
.AnyTagClassName
{
color: #B5BA6F;
}
</style>
background-color css
<style>
a { background-color: #B5BA6F; }
a { background-color: rgb(181,186,111); }
div.DivClassName
{
background-color: #B5BA6F;
}
.BgClassName
{
background-color: #B5BA6F;
}
</style>
border-color css
<style>
span { border-color: #B5BA6F; }
span { border-color: rgb(181,186,111); }
td.TdClassName
{
border-color: #B5BA6F;
}
.TagClassName
{
border-color: #B5BA6F;
}
</style>