Shades of Gimblet #BBAA58
Tints of Gimblet #BBAA58
RGB
CMYK
RGB Variations
Color information
#BBAA58 (or 0xBBAA58) is known color: Gimblet. HEX triplet: BB, AA and 58. RGB value is (187,170,88). Sum of RGB (Red+Green+Blue) = 187+170+88=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA58 is #4455A7. Grayscale: #A6A6A6. Windows color (decimal): -4478376 or 5810875. OLE color: 5810875.
HSL color Cylindrical-coordinate representation of color #BBAA58: hue angle of 49.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBAA58 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 88 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.27 |
| HSL | 49.7º | 0.42% | 0.54% | - |
| HSV(B) | 49.7º | 0.53% | 0.73% | - |
| XYZ | 36.63 | 40.02 | 15.03 | - |
| YUV | 165.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 88 | 0 | 0.09 | 0.53 | 0.27 | 49.7 | 0.42 | 0.54 |
| Hex | BB | AA | 58 | 0 | 9 | 35 | 1B | 32 | 2A | 36 |
| Octal | 273 | 252 | 130 | 0 | 11 | 65 | 33 | 62 | 52 | 66 |
| Binary | 10111011 | 10101010 | 1011000 | 0 | 1001 | 110101 | 11011 | 110010 | 101010 | 110110 |
Color Harmonies of #BBAA58
Complementary color
Monochromatic Colors of #BBAA58
Black with #BBAA58
Text Example
Text Example
White with #BBAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA58; }
p { color: rgb(187,170,88); }
H1.HeaderClassName
{
color: #BBAA58;
}
.AnyTagClassName
{
color: #BBAA58;
}
</style>
background-color css
<style>
a { background-color: #BBAA58; }
a { background-color: rgb(187,170,88); }
div.DivClassName
{
background-color: #BBAA58;
}
.BgClassName
{
background-color: #BBAA58;
}
</style>
border-color css
<style>
span { border-color: #BBAA58; }
span { border-color: rgb(187,170,88); }
td.TdClassName
{
border-color: #BBAA58;
}
.TagClassName
{
border-color: #BBAA58;
}
</style>