Shades of Gimblet #BBB262
Tints of Gimblet #BBB262
RGB
CMYK
RGB Variations
Color information
#BBB262 (or 0xBBB262) is known color: Gimblet. HEX triplet: BB, B2 and 62. RGB value is (187,178,98). Sum of RGB (Red+Green+Blue) = 187+178+98=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB262 is #444D9D. Grayscale: #ABABAB. Windows color (decimal): -4476318 or 6468283. OLE color: 6468283.
HSL color Cylindrical-coordinate representation of color #BBB262: hue angle of 53.93º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBB262 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 178 | 98 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.27 |
| HSL | 53.93º | 0.4% | 0.56% | - |
| HSV(B) | 53.93º | 0.48% | 0.73% | - |
| XYZ | 38.62 | 43.29 | 17.88 | - |
| YUV | 171.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 98 | 0 | 0.05 | 0.48 | 0.27 | 53.93 | 0.4 | 0.56 |
| Hex | BB | B2 | 62 | 0 | 5 | 30 | 1B | 36 | 28 | 38 |
| Octal | 273 | 262 | 142 | 0 | 5 | 60 | 33 | 66 | 50 | 70 |
| Binary | 10111011 | 10110010 | 1100010 | 0 | 101 | 110000 | 11011 | 110110 | 101000 | 111000 |
Color Harmonies of #BBB262
Complementary color
Monochromatic Colors of #BBB262
Black with #BBB262
Text Example
Text Example
White with #BBB262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB262; }
p { color: rgb(187,178,98); }
H1.HeaderClassName
{
color: #BBB262;
}
.AnyTagClassName
{
color: #BBB262;
}
</style>
background-color css
<style>
a { background-color: #BBB262; }
a { background-color: rgb(187,178,98); }
div.DivClassName
{
background-color: #BBB262;
}
.BgClassName
{
background-color: #BBB262;
}
</style>
border-color css
<style>
span { border-color: #BBB262; }
span { border-color: rgb(187,178,98); }
td.TdClassName
{
border-color: #BBB262;
}
.TagClassName
{
border-color: #BBB262;
}
</style>