Shades of Gimblet #B1A160
Tints of Gimblet #B1A160
RGB
CMYK
RGB Variations
Color information
#B1A160 (or 0xB1A160) is known color: Gimblet. HEX triplet: B1, A1 and 60. RGB value is (177,161,96). Sum of RGB (Red+Green+Blue) = 177+161+96=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A160 is #4E5E9F. Grayscale: #9E9E9E. Windows color (decimal): -5136032 or 6332849. OLE color: 6332849.
HSL color Cylindrical-coordinate representation of color #B1A160: hue angle of 48.15º 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 #B1A160 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 161 | 96 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.31 |
| HSL | 48.15º | 0.34% | 0.54% | - |
| HSV(B) | 48.15º | 0.46% | 0.69% | - |
| XYZ | 32.99 | 35.68 | 16.21 | - |
| YUV | 158.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 161 | 96 | 0 | 0.09 | 0.46 | 0.31 | 48.15 | 0.34 | 0.54 |
| Hex | B1 | A1 | 60 | 0 | 9 | 2E | 1F | 30 | 22 | 36 |
| Octal | 261 | 241 | 140 | 0 | 11 | 56 | 37 | 60 | 42 | 66 |
| Binary | 10110001 | 10100001 | 1100000 | 0 | 1001 | 101110 | 11111 | 110000 | 100010 | 110110 |
Color Harmonies of #B1A160
Complementary color
Monochromatic Colors of #B1A160
Black with #B1A160
Text Example
Text Example
White with #B1A160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A160; }
p { color: rgb(177,161,96); }
H1.HeaderClassName
{
color: #B1A160;
}
.AnyTagClassName
{
color: #B1A160;
}
</style>
background-color css
<style>
a { background-color: #B1A160; }
a { background-color: rgb(177,161,96); }
div.DivClassName
{
background-color: #B1A160;
}
.BgClassName
{
background-color: #B1A160;
}
</style>
border-color css
<style>
span { border-color: #B1A160; }
span { border-color: rgb(177,161,96); }
td.TdClassName
{
border-color: #B1A160;
}
.TagClassName
{
border-color: #B1A160;
}
</style>