Shades of Gimblet #BBA96A
Tints of Gimblet #BBA96A
RGB
CMYK
RGB Variations
Color information
#BBA96A (or 0xBBA96A) is known color: Gimblet. HEX triplet: BB, A9 and 6A. RGB value is (187,169,106). Sum of RGB (Red+Green+Blue) = 187+169+106=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA96A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA96A is #445695. Grayscale: #A7A7A7. Windows color (decimal): -4478614 or 6990267. OLE color: 6990267.
HSL color Cylindrical-coordinate representation of color #BBA96A: hue angle of 46.67º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBA96A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 106 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.27 |
| HSL | 46.67º | 0.37% | 0.57% | - |
| HSV(B) | 46.67º | 0.43% | 0.73% | - |
| XYZ | 37.28 | 39.98 | 19.39 | - |
| YUV | 167.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 106 | 0 | 0.10 | 0.43 | 0.27 | 46.67 | 0.37 | 0.57 |
| Hex | BB | A9 | 6A | 0 | A | 2B | 1B | 2F | 25 | 39 |
| Octal | 273 | 251 | 152 | 0 | 12 | 53 | 33 | 57 | 45 | 71 |
| Binary | 10111011 | 10101001 | 1101010 | 0 | 1010 | 101011 | 11011 | 101111 | 100101 | 111001 |
Color Harmonies of #BBA96A
Complementary color
Monochromatic Colors of #BBA96A
Black with #BBA96A
Text Example
Text Example
White with #BBA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA96A; }
p { color: rgb(187,169,106); }
H1.HeaderClassName
{
color: #BBA96A;
}
.AnyTagClassName
{
color: #BBA96A;
}
</style>
background-color css
<style>
a { background-color: #BBA96A; }
a { background-color: rgb(187,169,106); }
div.DivClassName
{
background-color: #BBA96A;
}
.BgClassName
{
background-color: #BBA96A;
}
</style>
border-color css
<style>
span { border-color: #BBA96A; }
span { border-color: rgb(187,169,106); }
td.TdClassName
{
border-color: #BBA96A;
}
.TagClassName
{
border-color: #BBA96A;
}
</style>