Shades of Gimblet #BBAB66
Tints of Gimblet #BBAB66
RGB
CMYK
RGB Variations
Color information
#BBAB66 (or 0xBBAB66) is known color: Gimblet. HEX triplet: BB, AB and 66. RGB value is (187,171,102). Sum of RGB (Red+Green+Blue) = 187+171+102=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB66 is #445499. Grayscale: #A8A8A8. Windows color (decimal): -4478106 or 6728635. OLE color: 6728635.
HSL color Cylindrical-coordinate representation of color #BBAB66: hue angle of 48.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBAB66 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 102 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.27 |
| HSL | 48.71º | 0.38% | 0.57% | - |
| HSV(B) | 48.71º | 0.45% | 0.73% | - |
| XYZ | 37.45 | 40.65 | 18.44 | - |
| YUV | 167.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 102 | 0 | 0.09 | 0.45 | 0.27 | 48.71 | 0.38 | 0.57 |
| Hex | BB | AB | 66 | 0 | 9 | 2D | 1B | 31 | 26 | 39 |
| Octal | 273 | 253 | 146 | 0 | 11 | 55 | 33 | 61 | 46 | 71 |
| Binary | 10111011 | 10101011 | 1100110 | 0 | 1001 | 101101 | 11011 | 110001 | 100110 | 111001 |
Color Harmonies of #BBAB66
Complementary color
Monochromatic Colors of #BBAB66
Black with #BBAB66
Text Example
Text Example
White with #BBAB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB66; }
p { color: rgb(187,171,102); }
H1.HeaderClassName
{
color: #BBAB66;
}
.AnyTagClassName
{
color: #BBAB66;
}
</style>
background-color css
<style>
a { background-color: #BBAB66; }
a { background-color: rgb(187,171,102); }
div.DivClassName
{
background-color: #BBAB66;
}
.BgClassName
{
background-color: #BBAB66;
}
</style>
border-color css
<style>
span { border-color: #BBAB66; }
span { border-color: rgb(187,171,102); }
td.TdClassName
{
border-color: #BBAB66;
}
.TagClassName
{
border-color: #BBAB66;
}
</style>