Shades of Dark Khaki #B8BA6F
Tints of Dark Khaki #B8BA6F
RGB
CMYK
RGB Variations
Color information
#B8BA6F (or 0xB8BA6F) is known color: Dark Khaki. HEX triplet: B8, BA and 6F. RGB value is (184,186,111). Sum of RGB (Red+Green+Blue) = 184+186+111=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA6F is #474590. Grayscale: #B1B1B1. Windows color (decimal): -4670865 or 7322296. OLE color: 7322296.
HSL color Cylindrical-coordinate representation of color #B8BA6F: hue angle of 61.6º 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 #B8BA6F is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 111 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.27 |
| HSL | 61.6º | 0.35% | 0.58% | - |
| HSV(B) | 61.6º | 0.4% | 0.73% | - |
| XYZ | 40.2 | 46.46 | 21.89 | - |
| YUV | 176.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 111 | 0.01 | 0 | 0.40 | 0.27 | 61.6 | 0.35 | 0.58 |
| Hex | B8 | BA | 6F | 1 | 0 | 28 | 1B | 3E | 23 | 3A |
| Octal | 270 | 272 | 157 | 1 | 0 | 50 | 33 | 76 | 43 | 72 |
| Binary | 10111000 | 10111010 | 1101111 | 1 | 0 | 101000 | 11011 | 111110 | 100011 | 111010 |
Color Harmonies of #B8BA6F
Complementary color
Monochromatic Colors of #B8BA6F
Black with #B8BA6F
Text Example
Text Example
White with #B8BA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA6F; }
p { color: rgb(184,186,111); }
H1.HeaderClassName
{
color: #B8BA6F;
}
.AnyTagClassName
{
color: #B8BA6F;
}
</style>
background-color css
<style>
a { background-color: #B8BA6F; }
a { background-color: rgb(184,186,111); }
div.DivClassName
{
background-color: #B8BA6F;
}
.BgClassName
{
background-color: #B8BA6F;
}
</style>
border-color css
<style>
span { border-color: #B8BA6F; }
span { border-color: rgb(184,186,111); }
td.TdClassName
{
border-color: #B8BA6F;
}
.TagClassName
{
border-color: #B8BA6F;
}
</style>