Shades of Gimblet #BBAA57
Tints of Gimblet #BBAA57
RGB
CMYK
RGB Variations
Color information
#BBAA57 (or 0xBBAA57) is known color: Gimblet. HEX triplet: BB, AA and 57. RGB value is (187,170,87). Sum of RGB (Red+Green+Blue) = 187+170+87=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAA57 is #4455A8. Grayscale: #A5A5A5. Windows color (decimal): -4478377 or 5745339. OLE color: 5745339.
HSL color Cylindrical-coordinate representation of color #BBAA57: hue angle of 49.8º 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 #BBAA57 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 87 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.27 |
| HSL | 49.8º | 0.42% | 0.54% | - |
| HSV(B) | 49.8º | 0.53% | 0.73% | - |
| XYZ | 36.59 | 40 | 14.81 | - |
| YUV | 165.62 | 83.63 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 87 | 0 | 0.09 | 0.53 | 0.27 | 49.8 | 0.42 | 0.54 |
| Hex | BB | AA | 57 | 0 | 9 | 35 | 1B | 32 | 2A | 36 |
| Octal | 273 | 252 | 127 | 0 | 11 | 65 | 33 | 62 | 52 | 66 |
| Binary | 10111011 | 10101010 | 1010111 | 0 | 1001 | 110101 | 11011 | 110010 | 101010 | 110110 |
Color Harmonies of #BBAA57
Complementary color
Monochromatic Colors of #BBAA57
Black with #BBAA57
Text Example
Text Example
White with #BBAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA57; }
p { color: rgb(187,170,87); }
H1.HeaderClassName
{
color: #BBAA57;
}
.AnyTagClassName
{
color: #BBAA57;
}
</style>
background-color css
<style>
a { background-color: #BBAA57; }
a { background-color: rgb(187,170,87); }
div.DivClassName
{
background-color: #BBAA57;
}
.BgClassName
{
background-color: #BBAA57;
}
</style>
border-color css
<style>
span { border-color: #BBAA57; }
span { border-color: rgb(187,170,87); }
td.TdClassName
{
border-color: #BBAA57;
}
.TagClassName
{
border-color: #BBAA57;
}
</style>