Shades of Gimblet #BBA566
Tints of Gimblet #BBA566
RGB
CMYK
RGB Variations
Color information
#BBA566 (or 0xBBA566) is known color: Gimblet. HEX triplet: BB, A5 and 66. RGB value is (187,165,102). Sum of RGB (Red+Green+Blue) = 187+165+102=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA566 is #445A99. Grayscale: #A4A4A4. Windows color (decimal): -4479642 or 6727099. OLE color: 6727099.
HSL color Cylindrical-coordinate representation of color #BBA566: hue angle of 44.47º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBA566 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 102 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.27 |
| HSL | 44.47º | 0.38% | 0.57% | - |
| HSV(B) | 44.47º | 0.45% | 0.73% | - |
| XYZ | 36.35 | 38.43 | 18.07 | - |
| YUV | 164.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 102 | 0 | 0.12 | 0.45 | 0.27 | 44.47 | 0.38 | 0.57 |
| Hex | BB | A5 | 66 | 0 | C | 2D | 1B | 2C | 26 | 39 |
| Octal | 273 | 245 | 146 | 0 | 14 | 55 | 33 | 54 | 46 | 71 |
| Binary | 10111011 | 10100101 | 1100110 | 0 | 1100 | 101101 | 11011 | 101100 | 100110 | 111001 |
Color Harmonies of #BBA566
Complementary color
Monochromatic Colors of #BBA566
Black with #BBA566
Text Example
Text Example
White with #BBA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA566; }
p { color: rgb(187,165,102); }
H1.HeaderClassName
{
color: #BBA566;
}
.AnyTagClassName
{
color: #BBA566;
}
</style>
background-color css
<style>
a { background-color: #BBA566; }
a { background-color: rgb(187,165,102); }
div.DivClassName
{
background-color: #BBA566;
}
.BgClassName
{
background-color: #BBA566;
}
</style>
border-color css
<style>
span { border-color: #BBA566; }
span { border-color: rgb(187,165,102); }
td.TdClassName
{
border-color: #BBA566;
}
.TagClassName
{
border-color: #BBA566;
}
</style>