Shades of Gimblet #BBA65A
Tints of Gimblet #BBA65A
RGB
CMYK
RGB Variations
Color information
#BBA65A (or 0xBBA65A) is known color: Gimblet. HEX triplet: BB, A6 and 5A. RGB value is (187,166,90). Sum of RGB (Red+Green+Blue) = 187+166+90=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA65A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA65A is #4459A5. Grayscale: #A3A3A3. Windows color (decimal): -4479398 or 5940923. OLE color: 5940923.
HSL color Cylindrical-coordinate representation of color #BBA65A: hue angle of 47.01º 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 #BBA65A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 90 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.27 |
| HSL | 47.01º | 0.42% | 0.54% | - |
| HSV(B) | 47.01º | 0.52% | 0.73% | - |
| XYZ | 35.98 | 38.58 | 15.22 | - |
| YUV | 163.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 90 | 0 | 0.11 | 0.52 | 0.27 | 47.01 | 0.42 | 0.54 |
| Hex | BB | A6 | 5A | 0 | B | 34 | 1B | 2F | 2A | 36 |
| Octal | 273 | 246 | 132 | 0 | 13 | 64 | 33 | 57 | 52 | 66 |
| Binary | 10111011 | 10100110 | 1011010 | 0 | 1011 | 110100 | 11011 | 101111 | 101010 | 110110 |
Color Harmonies of #BBA65A
Complementary color
Monochromatic Colors of #BBA65A
Black with #BBA65A
Text Example
Text Example
White with #BBA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA65A; }
p { color: rgb(187,166,90); }
H1.HeaderClassName
{
color: #BBA65A;
}
.AnyTagClassName
{
color: #BBA65A;
}
</style>
background-color css
<style>
a { background-color: #BBA65A; }
a { background-color: rgb(187,166,90); }
div.DivClassName
{
background-color: #BBA65A;
}
.BgClassName
{
background-color: #BBA65A;
}
</style>
border-color css
<style>
span { border-color: #BBA65A; }
span { border-color: rgb(187,166,90); }
td.TdClassName
{
border-color: #BBA65A;
}
.TagClassName
{
border-color: #BBA65A;
}
</style>