Shades of Dark Khaki #B8BA70
Tints of Dark Khaki #B8BA70
RGB
CMYK
RGB Variations
Color information
#B8BA70 (or 0xB8BA70) is known color: Dark Khaki. HEX triplet: B8, BA and 70. RGB value is (184,186,112). Sum of RGB (Red+Green+Blue) = 184+186+112=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA70 is #47458F. Grayscale: #B1B1B1. Windows color (decimal): -4670864 or 7387832. OLE color: 7387832.
HSL color Cylindrical-coordinate representation of color #B8BA70: hue angle of 61.62º 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 #B8BA70 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 112 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.27 |
| HSL | 61.62º | 0.35% | 0.58% | - |
| HSV(B) | 61.62º | 0.4% | 0.73% | - |
| XYZ | 40.25 | 46.48 | 22.18 | - |
| YUV | 176.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 112 | 0.01 | 0 | 0.40 | 0.27 | 61.62 | 0.35 | 0.58 |
| Hex | B8 | BA | 70 | 1 | 0 | 28 | 1B | 3E | 23 | 3A |
| Octal | 270 | 272 | 160 | 1 | 0 | 50 | 33 | 76 | 43 | 72 |
| Binary | 10111000 | 10111010 | 1110000 | 1 | 0 | 101000 | 11011 | 111110 | 100011 | 111010 |
Color Harmonies of #B8BA70
Complementary color
Monochromatic Colors of #B8BA70
Black with #B8BA70
Text Example
Text Example
White with #B8BA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA70; }
p { color: rgb(184,186,112); }
H1.HeaderClassName
{
color: #B8BA70;
}
.AnyTagClassName
{
color: #B8BA70;
}
</style>
background-color css
<style>
a { background-color: #B8BA70; }
a { background-color: rgb(184,186,112); }
div.DivClassName
{
background-color: #B8BA70;
}
.BgClassName
{
background-color: #B8BA70;
}
</style>
border-color css
<style>
span { border-color: #B8BA70; }
span { border-color: rgb(184,186,112); }
td.TdClassName
{
border-color: #B8BA70;
}
.TagClassName
{
border-color: #B8BA70;
}
</style>