Shades of Dark Khaki #BBBA75
Tints of Dark Khaki #BBBA75
RGB
CMYK
RGB Variations
Color information
#BBBA75 (or 0xBBBA75) is known color: Dark Khaki. HEX triplet: BB, BA and 75. RGB value is (187,186,117). Sum of RGB (Red+Green+Blue) = 187+186+117=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA75 is #44458A. Grayscale: #B2B2B2. Windows color (decimal): -4474251 or 7715515. OLE color: 7715515.
HSL color Cylindrical-coordinate representation of color #BBBA75: hue angle of 59.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBBA75 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 117 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.27 |
| HSL | 59.14º | 0.34% | 0.6% | - |
| HSV(B) | 59.14º | 0.37% | 0.73% | - |
| XYZ | 41.26 | 46.97 | 23.72 | - |
| YUV | 178.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 117 | 0 | 0.01 | 0.37 | 0.27 | 59.14 | 0.34 | 0.6 |
| Hex | BB | BA | 75 | 0 | 1 | 25 | 1B | 3B | 22 | 3C |
| Octal | 273 | 272 | 165 | 0 | 1 | 45 | 33 | 73 | 42 | 74 |
| Binary | 10111011 | 10111010 | 1110101 | 0 | 1 | 100101 | 11011 | 111011 | 100010 | 111100 |
Color Harmonies of #BBBA75
Complementary color
Monochromatic Colors of #BBBA75
Black with #BBBA75
Text Example
Text Example
White with #BBBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA75; }
p { color: rgb(187,186,117); }
H1.HeaderClassName
{
color: #BBBA75;
}
.AnyTagClassName
{
color: #BBBA75;
}
</style>
background-color css
<style>
a { background-color: #BBBA75; }
a { background-color: rgb(187,186,117); }
div.DivClassName
{
background-color: #BBBA75;
}
.BgClassName
{
background-color: #BBBA75;
}
</style>
border-color css
<style>
span { border-color: #BBBA75; }
span { border-color: rgb(187,186,117); }
td.TdClassName
{
border-color: #BBBA75;
}
.TagClassName
{
border-color: #BBBA75;
}
</style>