Shades of Gimblet #BBA86A
Tints of Gimblet #BBA86A
RGB
CMYK
RGB Variations
Color information
#BBA86A (or 0xBBA86A) is known color: Gimblet. HEX triplet: BB, A8 and 6A. RGB value is (187,168,106). Sum of RGB (Red+Green+Blue) = 187+168+106=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA86A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA86A is #445795. Grayscale: #A6A6A6. Windows color (decimal): -4478870 or 6990011. OLE color: 6990011.
HSL color Cylindrical-coordinate representation of color #BBA86A: hue angle of 45.93º 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 #BBA86A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 106 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.27 |
| HSL | 45.93º | 0.37% | 0.57% | - |
| HSV(B) | 45.93º | 0.43% | 0.73% | - |
| XYZ | 37.1 | 39.61 | 19.33 | - |
| YUV | 166.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 106 | 0 | 0.10 | 0.43 | 0.27 | 45.93 | 0.37 | 0.57 |
| Hex | BB | A8 | 6A | 0 | A | 2B | 1B | 2E | 25 | 39 |
| Octal | 273 | 250 | 152 | 0 | 12 | 53 | 33 | 56 | 45 | 71 |
| Binary | 10111011 | 10101000 | 1101010 | 0 | 1010 | 101011 | 11011 | 101110 | 100101 | 111001 |
Color Harmonies of #BBA86A
Complementary color
Monochromatic Colors of #BBA86A
Black with #BBA86A
Text Example
Text Example
White with #BBA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA86A; }
p { color: rgb(187,168,106); }
H1.HeaderClassName
{
color: #BBA86A;
}
.AnyTagClassName
{
color: #BBA86A;
}
</style>
background-color css
<style>
a { background-color: #BBA86A; }
a { background-color: rgb(187,168,106); }
div.DivClassName
{
background-color: #BBA86A;
}
.BgClassName
{
background-color: #BBA86A;
}
</style>
border-color css
<style>
span { border-color: #BBA86A; }
span { border-color: rgb(187,168,106); }
td.TdClassName
{
border-color: #BBA86A;
}
.TagClassName
{
border-color: #BBA86A;
}
</style>