Shades of Gimblet #B1A660
Tints of Gimblet #B1A660
RGB
CMYK
RGB Variations
Color information
#B1A660 (or 0xB1A660) is known color: Gimblet. HEX triplet: B1, A6 and 60. RGB value is (177,166,96). Sum of RGB (Red+Green+Blue) = 177+166+96=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A660 is #4E599F. Grayscale: #A1A1A1. Windows color (decimal): -5134752 or 6334129. OLE color: 6334129.
HSL color Cylindrical-coordinate representation of color #B1A660: hue angle of 51.85º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1A660 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 96 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.31 |
| HSL | 51.85º | 0.34% | 0.54% | - |
| HSV(B) | 51.85º | 0.46% | 0.69% | - |
| XYZ | 33.88 | 37.46 | 16.51 | - |
| YUV | 161.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 96 | 0 | 0.06 | 0.46 | 0.31 | 51.85 | 0.34 | 0.54 |
| Hex | B1 | A6 | 60 | 0 | 6 | 2E | 1F | 34 | 22 | 36 |
| Octal | 261 | 246 | 140 | 0 | 6 | 56 | 37 | 64 | 42 | 66 |
| Binary | 10110001 | 10100110 | 1100000 | 0 | 110 | 101110 | 11111 | 110100 | 100010 | 110110 |
Color Harmonies of #B1A660
Complementary color
Monochromatic Colors of #B1A660
Black with #B1A660
Text Example
Text Example
White with #B1A660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A660; }
p { color: rgb(177,166,96); }
H1.HeaderClassName
{
color: #B1A660;
}
.AnyTagClassName
{
color: #B1A660;
}
</style>
background-color css
<style>
a { background-color: #B1A660; }
a { background-color: rgb(177,166,96); }
div.DivClassName
{
background-color: #B1A660;
}
.BgClassName
{
background-color: #B1A660;
}
</style>
border-color css
<style>
span { border-color: #B1A660; }
span { border-color: rgb(177,166,96); }
td.TdClassName
{
border-color: #B1A660;
}
.TagClassName
{
border-color: #B1A660;
}
</style>