Shades of Gimblet #B1A559
Tints of Gimblet #B1A559
RGB
CMYK
RGB Variations
Color information
#B1A559 (or 0xB1A559) is known color: Gimblet. HEX triplet: B1, A5 and 59. RGB value is (177,165,89). Sum of RGB (Red+Green+Blue) = 177+165+89=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 89 (35.16% from 255 or 20.65% from 431); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A559 is #4E5AA6. Grayscale: #A0A0A0. Windows color (decimal): -5135015 or 5875121. OLE color: 5875121.
HSL color Cylindrical-coordinate representation of color #B1A559: hue angle of 51.82º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1A559 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 89 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.31 |
| HSL | 51.82º | 0.36% | 0.52% | - |
| HSV(B) | 51.82º | 0.5% | 0.69% | - |
| XYZ | 33.39 | 36.98 | 14.83 | - |
| YUV | 159.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 89 | 0 | 0.07 | 0.50 | 0.31 | 51.82 | 0.36 | 0.52 |
| Hex | B1 | A5 | 59 | 0 | 7 | 32 | 1F | 34 | 24 | 34 |
| Octal | 261 | 245 | 131 | 0 | 7 | 62 | 37 | 64 | 44 | 64 |
| Binary | 10110001 | 10100101 | 1011001 | 0 | 111 | 110010 | 11111 | 110100 | 100100 | 110100 |
Color Harmonies of #B1A559
Complementary color
Monochromatic Colors of #B1A559
Black with #B1A559
Text Example
Text Example
White with #B1A559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A559; }
p { color: rgb(177,165,89); }
H1.HeaderClassName
{
color: #B1A559;
}
.AnyTagClassName
{
color: #B1A559;
}
</style>
background-color css
<style>
a { background-color: #B1A559; }
a { background-color: rgb(177,165,89); }
div.DivClassName
{
background-color: #B1A559;
}
.BgClassName
{
background-color: #B1A559;
}
</style>
border-color css
<style>
span { border-color: #B1A559; }
span { border-color: rgb(177,165,89); }
td.TdClassName
{
border-color: #B1A559;
}
.TagClassName
{
border-color: #B1A559;
}
</style>