Shades of Gimblet #BBB266
Tints of Gimblet #BBB266
RGB
CMYK
RGB Variations
Color information
#BBB266 (or 0xBBB266) is known color: Gimblet. HEX triplet: BB, B2 and 66. RGB value is (187,178,102). Sum of RGB (Red+Green+Blue) = 187+178+102=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB266 is #444D99. Grayscale: #ACACAC. Windows color (decimal): -4476314 or 6730427. OLE color: 6730427.
HSL color Cylindrical-coordinate representation of color #BBB266: hue angle of 53.65º 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 #BBB266 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 102 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.27 |
| HSL | 53.65º | 0.38% | 0.57% | - |
| HSV(B) | 53.65º | 0.45% | 0.73% | - |
| XYZ | 38.81 | 43.36 | 18.9 | - |
| YUV | 172.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 102 | 0 | 0.05 | 0.45 | 0.27 | 53.65 | 0.38 | 0.57 |
| Hex | BB | B2 | 66 | 0 | 5 | 2D | 1B | 36 | 26 | 39 |
| Octal | 273 | 262 | 146 | 0 | 5 | 55 | 33 | 66 | 46 | 71 |
| Binary | 10111011 | 10110010 | 1100110 | 0 | 101 | 101101 | 11011 | 110110 | 100110 | 111001 |
Color Harmonies of #BBB266
Complementary color
Monochromatic Colors of #BBB266
Black with #BBB266
Text Example
Text Example
White with #BBB266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB266; }
p { color: rgb(187,178,102); }
H1.HeaderClassName
{
color: #BBB266;
}
.AnyTagClassName
{
color: #BBB266;
}
</style>
background-color css
<style>
a { background-color: #BBB266; }
a { background-color: rgb(187,178,102); }
div.DivClassName
{
background-color: #BBB266;
}
.BgClassName
{
background-color: #BBB266;
}
</style>
border-color css
<style>
span { border-color: #BBB266; }
span { border-color: rgb(187,178,102); }
td.TdClassName
{
border-color: #BBB266;
}
.TagClassName
{
border-color: #BBB266;
}
</style>