Shades of Gimblet #B1A964
Tints of Gimblet #B1A964
RGB
CMYK
RGB Variations
Color information
#B1A964 (or 0xB1A964) is known color: Gimblet. HEX triplet: B1, A9 and 64. RGB value is (177,169,100). Sum of RGB (Red+Green+Blue) = 177+169+100=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A964 is #4E569B. Grayscale: #A3A3A3. Windows color (decimal): -5133980 or 6597041. OLE color: 6597041.
HSL color Cylindrical-coordinate representation of color #B1A964: hue angle of 53.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1A964 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 100 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.31 |
| HSL | 53.77º | 0.33% | 0.54% | - |
| HSV(B) | 53.77º | 0.44% | 0.69% | - |
| XYZ | 34.62 | 38.64 | 17.69 | - |
| YUV | 163.53 | 92.15 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 100 | 0 | 0.05 | 0.44 | 0.31 | 53.77 | 0.33 | 0.54 |
| Hex | B1 | A9 | 64 | 0 | 5 | 2C | 1F | 36 | 21 | 36 |
| Octal | 261 | 251 | 144 | 0 | 5 | 54 | 37 | 66 | 41 | 66 |
| Binary | 10110001 | 10101001 | 1100100 | 0 | 101 | 101100 | 11111 | 110110 | 100001 | 110110 |
Color Harmonies of #B1A964
Complementary color
Monochromatic Colors of #B1A964
Black with #B1A964
Text Example
Text Example
White with #B1A964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A964; }
p { color: rgb(177,169,100); }
H1.HeaderClassName
{
color: #B1A964;
}
.AnyTagClassName
{
color: #B1A964;
}
</style>
background-color css
<style>
a { background-color: #B1A964; }
a { background-color: rgb(177,169,100); }
div.DivClassName
{
background-color: #B1A964;
}
.BgClassName
{
background-color: #B1A964;
}
</style>
border-color css
<style>
span { border-color: #B1A964; }
span { border-color: rgb(177,169,100); }
td.TdClassName
{
border-color: #B1A964;
}
.TagClassName
{
border-color: #B1A964;
}
</style>