Shades of Gimblet #BBA76A
Tints of Gimblet #BBA76A
RGB
CMYK
RGB Variations
Color information
#BBA76A (or 0xBBA76A) is known color: Gimblet. HEX triplet: BB, A7 and 6A. RGB value is (187,167,106). Sum of RGB (Red+Green+Blue) = 187+167+106=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA76A is #445895. Grayscale: #A6A6A6. Windows color (decimal): -4479126 or 6989755. OLE color: 6989755.
HSL color Cylindrical-coordinate representation of color #BBA76A: hue angle of 45.19º 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 #BBA76A is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 167 | 106 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.27 |
| HSL | 45.19º | 0.37% | 0.57% | - |
| HSV(B) | 45.19º | 0.43% | 0.73% | - |
| XYZ | 36.91 | 39.24 | 19.26 | - |
| YUV | 166.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 167 | 106 | 0 | 0.11 | 0.43 | 0.27 | 45.19 | 0.37 | 0.57 |
| Hex | BB | A7 | 6A | 0 | B | 2B | 1B | 2D | 25 | 39 |
| Octal | 273 | 247 | 152 | 0 | 13 | 53 | 33 | 55 | 45 | 71 |
| Binary | 10111011 | 10100111 | 1101010 | 0 | 1011 | 101011 | 11011 | 101101 | 100101 | 111001 |
Color Harmonies of #BBA76A
Complementary color
Monochromatic Colors of #BBA76A
Black with #BBA76A
Text Example
Text Example
White with #BBA76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA76A; }
p { color: rgb(187,167,106); }
H1.HeaderClassName
{
color: #BBA76A;
}
.AnyTagClassName
{
color: #BBA76A;
}
</style>
background-color css
<style>
a { background-color: #BBA76A; }
a { background-color: rgb(187,167,106); }
div.DivClassName
{
background-color: #BBA76A;
}
.BgClassName
{
background-color: #BBA76A;
}
</style>
border-color css
<style>
span { border-color: #BBA76A; }
span { border-color: rgb(187,167,106); }
td.TdClassName
{
border-color: #BBA76A;
}
.TagClassName
{
border-color: #BBA76A;
}
</style>