Shades of Gimblet #B1A060
Tints of Gimblet #B1A060
RGB
CMYK
RGB Variations
Color information
#B1A060 (or 0xB1A060) is known color: Gimblet. HEX triplet: B1, A0 and 60. RGB value is (177,160,96). Sum of RGB (Red+Green+Blue) = 177+160+96=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A060 is #4E5F9F. Grayscale: #9E9E9E. Windows color (decimal): -5136288 or 6332593. OLE color: 6332593.
HSL color Cylindrical-coordinate representation of color #B1A060: hue angle of 47.41º 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 #B1A060 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 160 | 96 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.31 |
| HSL | 47.41º | 0.34% | 0.54% | - |
| HSV(B) | 47.41º | 0.46% | 0.69% | - |
| XYZ | 32.81 | 35.33 | 16.16 | - |
| YUV | 157.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 96 | 0 | 0.10 | 0.46 | 0.31 | 47.41 | 0.34 | 0.54 |
| Hex | B1 | A0 | 60 | 0 | A | 2E | 1F | 2F | 22 | 36 |
| Octal | 261 | 240 | 140 | 0 | 12 | 56 | 37 | 57 | 42 | 66 |
| Binary | 10110001 | 10100000 | 1100000 | 0 | 1010 | 101110 | 11111 | 101111 | 100010 | 110110 |
Color Harmonies of #B1A060
Complementary color
Monochromatic Colors of #B1A060
Black with #B1A060
Text Example
Text Example
White with #B1A060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A060; }
p { color: rgb(177,160,96); }
H1.HeaderClassName
{
color: #B1A060;
}
.AnyTagClassName
{
color: #B1A060;
}
</style>
background-color css
<style>
a { background-color: #B1A060; }
a { background-color: rgb(177,160,96); }
div.DivClassName
{
background-color: #B1A060;
}
.BgClassName
{
background-color: #B1A060;
}
</style>
border-color css
<style>
span { border-color: #B1A060; }
span { border-color: rgb(177,160,96); }
td.TdClassName
{
border-color: #B1A060;
}
.TagClassName
{
border-color: #B1A060;
}
</style>