Shades of Gimblet #B1A963
Tints of Gimblet #B1A963
RGB
CMYK
RGB Variations
Color information
#B1A963 (or 0xB1A963) is known color: Gimblet. HEX triplet: B1, A9 and 63. RGB value is (177,169,99). Sum of RGB (Red+Green+Blue) = 177+169+99=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 99 (39.06% from 255 or 22.25% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A963 is #4E569C. Grayscale: #A3A3A3. Windows color (decimal): -5133981 or 6531505. OLE color: 6531505.
HSL color Cylindrical-coordinate representation of color #B1A963: hue angle of 53.85º 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 #B1A963 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 169 | 99 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.31 |
| HSL | 53.85º | 0.33% | 0.54% | - |
| HSV(B) | 53.85º | 0.44% | 0.69% | - |
| XYZ | 34.57 | 38.62 | 17.44 | - |
| YUV | 163.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 99 | 0 | 0.05 | 0.44 | 0.31 | 53.85 | 0.33 | 0.54 |
| Hex | B1 | A9 | 63 | 0 | 5 | 2C | 1F | 36 | 21 | 36 |
| Octal | 261 | 251 | 143 | 0 | 5 | 54 | 37 | 66 | 41 | 66 |
| Binary | 10110001 | 10101001 | 1100011 | 0 | 101 | 101100 | 11111 | 110110 | 100001 | 110110 |
Color Harmonies of #B1A963
Complementary color
Monochromatic Colors of #B1A963
Black with #B1A963
Text Example
Text Example
White with #B1A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A963; }
p { color: rgb(177,169,99); }
H1.HeaderClassName
{
color: #B1A963;
}
.AnyTagClassName
{
color: #B1A963;
}
</style>
background-color css
<style>
a { background-color: #B1A963; }
a { background-color: rgb(177,169,99); }
div.DivClassName
{
background-color: #B1A963;
}
.BgClassName
{
background-color: #B1A963;
}
</style>
border-color css
<style>
span { border-color: #B1A963; }
span { border-color: rgb(177,169,99); }
td.TdClassName
{
border-color: #B1A963;
}
.TagClassName
{
border-color: #B1A963;
}
</style>