Shades of Gimblet #BBB166
Tints of Gimblet #BBB166
RGB
CMYK
RGB Variations
Color information
#BBB166 (or 0xBBB166) is known color: Gimblet. HEX triplet: BB, B1 and 66. RGB value is (187,177,102). Sum of RGB (Red+Green+Blue) = 187+177+102=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 102 (40.23% from 255 or 21.89% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB166 is #444E99. Grayscale: #ABABAB. Windows color (decimal): -4476570 or 6730171. OLE color: 6730171.
HSL color Cylindrical-coordinate representation of color #BBB166: hue angle of 52.94º 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 #BBB166 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 102 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.27 |
| HSL | 52.94º | 0.38% | 0.57% | - |
| HSV(B) | 52.94º | 0.45% | 0.73% | - |
| XYZ | 38.61 | 42.97 | 18.83 | - |
| YUV | 171.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 102 | 0 | 0.05 | 0.45 | 0.27 | 52.94 | 0.38 | 0.57 |
| Hex | BB | B1 | 66 | 0 | 5 | 2D | 1B | 35 | 26 | 39 |
| Octal | 273 | 261 | 146 | 0 | 5 | 55 | 33 | 65 | 46 | 71 |
| Binary | 10111011 | 10110001 | 1100110 | 0 | 101 | 101101 | 11011 | 110101 | 100110 | 111001 |
Color Harmonies of #BBB166
Complementary color
Monochromatic Colors of #BBB166
Black with #BBB166
Text Example
Text Example
White with #BBB166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB166; }
p { color: rgb(187,177,102); }
H1.HeaderClassName
{
color: #BBB166;
}
.AnyTagClassName
{
color: #BBB166;
}
</style>
background-color css
<style>
a { background-color: #BBB166; }
a { background-color: rgb(187,177,102); }
div.DivClassName
{
background-color: #BBB166;
}
.BgClassName
{
background-color: #BBB166;
}
</style>
border-color css
<style>
span { border-color: #BBB166; }
span { border-color: rgb(187,177,102); }
td.TdClassName
{
border-color: #BBB166;
}
.TagClassName
{
border-color: #BBB166;
}
</style>