Shades of Dark Khaki #BBBA74
Tints of Dark Khaki #BBBA74
RGB
CMYK
RGB Variations
Color information
#BBBA74 (or 0xBBBA74) is known color: Dark Khaki. HEX triplet: BB, BA and 74. RGB value is (187,186,116). Sum of RGB (Red+Green+Blue) = 187+186+116=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA74 is #44458B. Grayscale: #B2B2B2. Windows color (decimal): -4474252 or 7649979. OLE color: 7649979.
HSL color Cylindrical-coordinate representation of color #BBBA74: hue angle of 59.15º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBBA74 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 116 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.27 |
| HSL | 59.15º | 0.34% | 0.59% | - |
| HSV(B) | 59.15º | 0.38% | 0.73% | - |
| XYZ | 41.2 | 46.94 | 23.41 | - |
| YUV | 178.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 116 | 0 | 0.01 | 0.38 | 0.27 | 59.15 | 0.34 | 0.59 |
| Hex | BB | BA | 74 | 0 | 1 | 26 | 1B | 3B | 22 | 3B |
| Octal | 273 | 272 | 164 | 0 | 1 | 46 | 33 | 73 | 42 | 73 |
| Binary | 10111011 | 10111010 | 1110100 | 0 | 1 | 100110 | 11011 | 111011 | 100010 | 111011 |
Color Harmonies of #BBBA74
Complementary color
Monochromatic Colors of #BBBA74
Black with #BBBA74
Text Example
Text Example
White with #BBBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA74; }
p { color: rgb(187,186,116); }
H1.HeaderClassName
{
color: #BBBA74;
}
.AnyTagClassName
{
color: #BBBA74;
}
</style>
background-color css
<style>
a { background-color: #BBBA74; }
a { background-color: rgb(187,186,116); }
div.DivClassName
{
background-color: #BBBA74;
}
.BgClassName
{
background-color: #BBBA74;
}
</style>
border-color css
<style>
span { border-color: #BBBA74; }
span { border-color: rgb(187,186,116); }
td.TdClassName
{
border-color: #BBBA74;
}
.TagClassName
{
border-color: #BBBA74;
}
</style>