Shades of Dark Khaki #B8BA69
Tints of Dark Khaki #B8BA69
RGB
CMYK
RGB Variations
Color information
#B8BA69 (or 0xB8BA69) is known color: Dark Khaki. HEX triplet: B8, BA and 69. RGB value is (184,186,105). Sum of RGB (Red+Green+Blue) = 184+186+105=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BA69 is #474596. Grayscale: #B0B0B0. Windows color (decimal): -4670871 or 6929080. OLE color: 6929080.
HSL color Cylindrical-coordinate representation of color #B8BA69: hue angle of 61.48º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8BA69 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 184 | 186 | 105 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.27 |
| HSL | 61.48º | 0.37% | 0.57% | - |
| HSV(B) | 61.48º | 0.44% | 0.73% | - |
| XYZ | 39.88 | 46.33 | 20.21 | - |
| YUV | 176.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 105 | 0.01 | 0 | 0.44 | 0.27 | 61.48 | 0.37 | 0.57 |
| Hex | B8 | BA | 69 | 1 | 0 | 2C | 1B | 3D | 25 | 39 |
| Octal | 270 | 272 | 151 | 1 | 0 | 54 | 33 | 75 | 45 | 71 |
| Binary | 10111000 | 10111010 | 1101001 | 1 | 0 | 101100 | 11011 | 111101 | 100101 | 111001 |
Color Harmonies of #B8BA69
Complementary color
Monochromatic Colors of #B8BA69
Black with #B8BA69
Text Example
Text Example
White with #B8BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BA69; }
p { color: rgb(184,186,105); }
H1.HeaderClassName
{
color: #B8BA69;
}
.AnyTagClassName
{
color: #B8BA69;
}
</style>
background-color css
<style>
a { background-color: #B8BA69; }
a { background-color: rgb(184,186,105); }
div.DivClassName
{
background-color: #B8BA69;
}
.BgClassName
{
background-color: #B8BA69;
}
</style>
border-color css
<style>
span { border-color: #B8BA69; }
span { border-color: rgb(184,186,105); }
td.TdClassName
{
border-color: #B8BA69;
}
.TagClassName
{
border-color: #B8BA69;
}
</style>