Shades of Gimblet #BBAB62
Tints of Gimblet #BBAB62
RGB
CMYK
RGB Variations
Color information
#BBAB62 (or 0xBBAB62) is known color: Gimblet. HEX triplet: BB, AB and 62. RGB value is (187,171,98). Sum of RGB (Red+Green+Blue) = 187+171+98=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB62 is #44549D. Grayscale: #A7A7A7. Windows color (decimal): -4478110 or 6466491. OLE color: 6466491.
HSL color Cylindrical-coordinate representation of color #BBAB62: hue angle of 49.21º 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 #BBAB62 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 171 | 98 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.27 |
| HSL | 49.21º | 0.4% | 0.56% | - |
| HSV(B) | 49.21º | 0.48% | 0.73% | - |
| XYZ | 37.26 | 40.57 | 17.42 | - |
| YUV | 167.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 98 | 0 | 0.09 | 0.48 | 0.27 | 49.21 | 0.4 | 0.56 |
| Hex | BB | AB | 62 | 0 | 9 | 30 | 1B | 31 | 28 | 38 |
| Octal | 273 | 253 | 142 | 0 | 11 | 60 | 33 | 61 | 50 | 70 |
| Binary | 10111011 | 10101011 | 1100010 | 0 | 1001 | 110000 | 11011 | 110001 | 101000 | 111000 |
Color Harmonies of #BBAB62
Complementary color
Monochromatic Colors of #BBAB62
Black with #BBAB62
Text Example
Text Example
White with #BBAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAB62; }
p { color: rgb(187,171,98); }
H1.HeaderClassName
{
color: #BBAB62;
}
.AnyTagClassName
{
color: #BBAB62;
}
</style>
background-color css
<style>
a { background-color: #BBAB62; }
a { background-color: rgb(187,171,98); }
div.DivClassName
{
background-color: #BBAB62;
}
.BgClassName
{
background-color: #BBAB62;
}
</style>
border-color css
<style>
span { border-color: #BBAB62; }
span { border-color: rgb(187,171,98); }
td.TdClassName
{
border-color: #BBAB62;
}
.TagClassName
{
border-color: #BBAB62;
}
</style>