Shades of Dark Khaki #BBBA68
Tints of Dark Khaki #BBBA68
RGB
CMYK
RGB Variations
Color information
#BBBA68 (or 0xBBBA68) is known color: Dark Khaki. HEX triplet: BB, BA and 68. RGB value is (187,186,104). Sum of RGB (Red+Green+Blue) = 187+186+104=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA68 is #444597. Grayscale: #B1B1B1. Windows color (decimal): -4474264 or 6863547. OLE color: 6863547.
HSL color Cylindrical-coordinate representation of color #BBBA68: hue angle of 59.28º degrees, saturation: 0.38, 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 #BBBA68 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 104 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.27 |
| HSL | 59.28º | 0.38% | 0.57% | - |
| HSV(B) | 59.28º | 0.44% | 0.73% | - |
| XYZ | 40.55 | 46.68 | 19.97 | - |
| YUV | 176.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 104 | 0 | 0.01 | 0.44 | 0.27 | 59.28 | 0.38 | 0.57 |
| Hex | BB | BA | 68 | 0 | 1 | 2C | 1B | 3B | 26 | 39 |
| Octal | 273 | 272 | 150 | 0 | 1 | 54 | 33 | 73 | 46 | 71 |
| Binary | 10111011 | 10111010 | 1101000 | 0 | 1 | 101100 | 11011 | 111011 | 100110 | 111001 |
Color Harmonies of #BBBA68
Complementary color
Monochromatic Colors of #BBBA68
Black with #BBBA68
Text Example
Text Example
White with #BBBA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA68; }
p { color: rgb(187,186,104); }
H1.HeaderClassName
{
color: #BBBA68;
}
.AnyTagClassName
{
color: #BBBA68;
}
</style>
background-color css
<style>
a { background-color: #BBBA68; }
a { background-color: rgb(187,186,104); }
div.DivClassName
{
background-color: #BBBA68;
}
.BgClassName
{
background-color: #BBBA68;
}
</style>
border-color css
<style>
span { border-color: #BBBA68; }
span { border-color: rgb(187,186,104); }
td.TdClassName
{
border-color: #BBBA68;
}
.TagClassName
{
border-color: #BBBA68;
}
</style>