Shades of Gimblet #BBA86C
Tints of Gimblet #BBA86C
RGB
CMYK
RGB Variations
Color information
#BBA86C (or 0xBBA86C) is known color: Gimblet. HEX triplet: BB, A8 and 6C. RGB value is (187,168,108). Sum of RGB (Red+Green+Blue) = 187+168+108=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA86C is #445793. Grayscale: #A7A7A7. Windows color (decimal): -4478868 or 7121083. OLE color: 7121083.
HSL color Cylindrical-coordinate representation of color #BBA86C: hue angle of 45.57º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBA86C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 108 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.27 |
| HSL | 45.57º | 0.37% | 0.58% | - |
| HSV(B) | 45.57º | 0.42% | 0.73% | - |
| XYZ | 37.2 | 39.65 | 19.88 | - |
| YUV | 166.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 108 | 0 | 0.10 | 0.42 | 0.27 | 45.57 | 0.37 | 0.58 |
| Hex | BB | A8 | 6C | 0 | A | 2A | 1B | 2E | 25 | 3A |
| Octal | 273 | 250 | 154 | 0 | 12 | 52 | 33 | 56 | 45 | 72 |
| Binary | 10111011 | 10101000 | 1101100 | 0 | 1010 | 101010 | 11011 | 101110 | 100101 | 111010 |
Color Harmonies of #BBA86C
Complementary color
Monochromatic Colors of #BBA86C
Black with #BBA86C
Text Example
Text Example
White with #BBA86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA86C; }
p { color: rgb(187,168,108); }
H1.HeaderClassName
{
color: #BBA86C;
}
.AnyTagClassName
{
color: #BBA86C;
}
</style>
background-color css
<style>
a { background-color: #BBA86C; }
a { background-color: rgb(187,168,108); }
div.DivClassName
{
background-color: #BBA86C;
}
.BgClassName
{
background-color: #BBA86C;
}
</style>
border-color css
<style>
span { border-color: #BBA86C; }
span { border-color: rgb(187,168,108); }
td.TdClassName
{
border-color: #BBA86C;
}
.TagClassName
{
border-color: #BBA86C;
}
</style>