Shades of Gimblet #BBAC59
Tints of Gimblet #BBAC59
RGB
CMYK
RGB Variations
Color information
#BBAC59 (or 0xBBAC59) is known color: Gimblet. HEX triplet: BB, AC and 59. RGB value is (187,172,89). Sum of RGB (Red+Green+Blue) = 187+172+89=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 89 (35.16% from 255 or 19.87% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC59 is #4453A6. Grayscale: #A7A7A7. Windows color (decimal): -4477863 or 5876923. OLE color: 5876923.
HSL color Cylindrical-coordinate representation of color #BBAC59: hue angle of 50.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBAC59 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 89 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.27 |
| HSL | 50.82º | 0.42% | 0.54% | - |
| HSV(B) | 50.82º | 0.52% | 0.73% | - |
| XYZ | 37.05 | 40.79 | 15.37 | - |
| YUV | 167.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 89 | 0 | 0.08 | 0.52 | 0.27 | 50.82 | 0.42 | 0.54 |
| Hex | BB | AC | 59 | 0 | 8 | 34 | 1B | 33 | 2A | 36 |
| Octal | 273 | 254 | 131 | 0 | 10 | 64 | 33 | 63 | 52 | 66 |
| Binary | 10111011 | 10101100 | 1011001 | 0 | 1000 | 110100 | 11011 | 110011 | 101010 | 110110 |
Color Harmonies of #BBAC59
Complementary color
Monochromatic Colors of #BBAC59
Black with #BBAC59
Text Example
Text Example
White with #BBAC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC59; }
p { color: rgb(187,172,89); }
H1.HeaderClassName
{
color: #BBAC59;
}
.AnyTagClassName
{
color: #BBAC59;
}
</style>
background-color css
<style>
a { background-color: #BBAC59; }
a { background-color: rgb(187,172,89); }
div.DivClassName
{
background-color: #BBAC59;
}
.BgClassName
{
background-color: #BBAC59;
}
</style>
border-color css
<style>
span { border-color: #BBAC59; }
span { border-color: rgb(187,172,89); }
td.TdClassName
{
border-color: #BBAC59;
}
.TagClassName
{
border-color: #BBAC59;
}
</style>