Shades of Gimblet #BBA657
Tints of Gimblet #BBA657
RGB
CMYK
RGB Variations
Color information
#BBA657 (or 0xBBA657) is known color: Gimblet. HEX triplet: BB, A6 and 57. RGB value is (187,166,87). Sum of RGB (Red+Green+Blue) = 187+166+87=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 87 (34.38% from 255 or 19.77% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA657 is #4459A8. Grayscale: #A3A3A3. Windows color (decimal): -4479401 or 5744315. OLE color: 5744315.
HSL color Cylindrical-coordinate representation of color #BBA657: hue angle of 47.4º 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 #BBA657 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 87 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.27 |
| HSL | 47.4º | 0.42% | 0.54% | - |
| HSV(B) | 47.4º | 0.53% | 0.73% | - |
| XYZ | 35.85 | 38.53 | 14.56 | - |
| YUV | 163.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 87 | 0 | 0.11 | 0.53 | 0.27 | 47.4 | 0.42 | 0.54 |
| Hex | BB | A6 | 57 | 0 | B | 35 | 1B | 2F | 2A | 36 |
| Octal | 273 | 246 | 127 | 0 | 13 | 65 | 33 | 57 | 52 | 66 |
| Binary | 10111011 | 10100110 | 1010111 | 0 | 1011 | 110101 | 11011 | 101111 | 101010 | 110110 |
Color Harmonies of #BBA657
Complementary color
Monochromatic Colors of #BBA657
Black with #BBA657
Text Example
Text Example
White with #BBA657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA657; }
p { color: rgb(187,166,87); }
H1.HeaderClassName
{
color: #BBA657;
}
.AnyTagClassName
{
color: #BBA657;
}
</style>
background-color css
<style>
a { background-color: #BBA657; }
a { background-color: rgb(187,166,87); }
div.DivClassName
{
background-color: #BBA657;
}
.BgClassName
{
background-color: #BBA657;
}
</style>
border-color css
<style>
span { border-color: #BBA657; }
span { border-color: rgb(187,166,87); }
td.TdClassName
{
border-color: #BBA657;
}
.TagClassName
{
border-color: #BBA657;
}
</style>