Shades of Gimblet #BBAC56
Tints of Gimblet #BBAC56
RGB
CMYK
RGB Variations
Color information
#BBAC56 (or 0xBBAC56) is known color: Gimblet. HEX triplet: BB, AC and 56. RGB value is (187,172,86). Sum of RGB (Red+Green+Blue) = 187+172+86=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC56 is #4453A9. Grayscale: #A7A7A7. Windows color (decimal): -4477866 or 5680315. OLE color: 5680315.
HSL color Cylindrical-coordinate representation of color #BBAC56: hue angle of 51.09º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBAC56 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 86 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.27 |
| HSL | 51.09º | 0.43% | 0.54% | - |
| HSV(B) | 51.09º | 0.54% | 0.73% | - |
| XYZ | 36.93 | 40.74 | 14.72 | - |
| YUV | 166.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 86 | 0 | 0.08 | 0.54 | 0.27 | 51.09 | 0.43 | 0.54 |
| Hex | BB | AC | 56 | 0 | 8 | 36 | 1B | 33 | 2B | 36 |
| Octal | 273 | 254 | 126 | 0 | 10 | 66 | 33 | 63 | 53 | 66 |
| Binary | 10111011 | 10101100 | 1010110 | 0 | 1000 | 110110 | 11011 | 110011 | 101011 | 110110 |
Color Harmonies of #BBAC56
Complementary color
Monochromatic Colors of #BBAC56
Black with #BBAC56
Text Example
Text Example
White with #BBAC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC56; }
p { color: rgb(187,172,86); }
H1.HeaderClassName
{
color: #BBAC56;
}
.AnyTagClassName
{
color: #BBAC56;
}
</style>
background-color css
<style>
a { background-color: #BBAC56; }
a { background-color: rgb(187,172,86); }
div.DivClassName
{
background-color: #BBAC56;
}
.BgClassName
{
background-color: #BBAC56;
}
</style>
border-color css
<style>
span { border-color: #BBAC56; }
span { border-color: rgb(187,172,86); }
td.TdClassName
{
border-color: #BBAC56;
}
.TagClassName
{
border-color: #BBAC56;
}
</style>