Shades of Gimblet #BBA96B
Tints of Gimblet #BBA96B
RGB
CMYK
RGB Variations
Color information
#BBA96B (or 0xBBA96B) is known color: Gimblet. HEX triplet: BB, A9 and 6B. RGB value is (187,169,107). Sum of RGB (Red+Green+Blue) = 187+169+107=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA96B is #445694. Grayscale: #A7A7A7. Windows color (decimal): -4478613 or 7055803. OLE color: 7055803.
HSL color Cylindrical-coordinate representation of color #BBA96B: hue angle of 46.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBA96B is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 107 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.27 |
| HSL | 46.5º | 0.37% | 0.58% | - |
| HSV(B) | 46.5º | 0.43% | 0.73% | - |
| XYZ | 37.34 | 40 | 19.66 | - |
| YUV | 167.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 107 | 0 | 0.10 | 0.43 | 0.27 | 46.5 | 0.37 | 0.58 |
| Hex | BB | A9 | 6B | 0 | A | 2B | 1B | 2E | 25 | 3A |
| Octal | 273 | 251 | 153 | 0 | 12 | 53 | 33 | 56 | 45 | 72 |
| Binary | 10111011 | 10101001 | 1101011 | 0 | 1010 | 101011 | 11011 | 101110 | 100101 | 111010 |
Color Harmonies of #BBA96B
Complementary color
Monochromatic Colors of #BBA96B
Black with #BBA96B
Text Example
Text Example
White with #BBA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA96B; }
p { color: rgb(187,169,107); }
H1.HeaderClassName
{
color: #BBA96B;
}
.AnyTagClassName
{
color: #BBA96B;
}
</style>
background-color css
<style>
a { background-color: #BBA96B; }
a { background-color: rgb(187,169,107); }
div.DivClassName
{
background-color: #BBA96B;
}
.BgClassName
{
background-color: #BBA96B;
}
</style>
border-color css
<style>
span { border-color: #BBA96B; }
span { border-color: rgb(187,169,107); }
td.TdClassName
{
border-color: #BBA96B;
}
.TagClassName
{
border-color: #BBA96B;
}
</style>