Shades of Gimblet #B1A357
Tints of Gimblet #B1A357
RGB
CMYK
RGB Variations
Color information
#B1A357 (or 0xB1A357) is known color: Gimblet. HEX triplet: B1, A3 and 57. RGB value is (177,163,87). Sum of RGB (Red+Green+Blue) = 177+163+87=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A357 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A357 is #4E5CA8. Grayscale: #9E9E9E. Windows color (decimal): -5135529 or 5743537. OLE color: 5743537.
HSL color Cylindrical-coordinate representation of color #B1A357: hue angle of 50.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1A357 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 87 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.31 |
| HSL | 50.67º | 0.37% | 0.52% | - |
| HSV(B) | 50.67º | 0.51% | 0.69% | - |
| XYZ | 32.95 | 36.23 | 14.27 | - |
| YUV | 158.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 87 | 0 | 0.08 | 0.51 | 0.31 | 50.67 | 0.37 | 0.52 |
| Hex | B1 | A3 | 57 | 0 | 8 | 33 | 1F | 33 | 25 | 34 |
| Octal | 261 | 243 | 127 | 0 | 10 | 63 | 37 | 63 | 45 | 64 |
| Binary | 10110001 | 10100011 | 1010111 | 0 | 1000 | 110011 | 11111 | 110011 | 100101 | 110100 |
Color Harmonies of #B1A357
Complementary color
Monochromatic Colors of #B1A357
Black with #B1A357
Text Example
Text Example
White with #B1A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A357; }
p { color: rgb(177,163,87); }
H1.HeaderClassName
{
color: #B1A357;
}
.AnyTagClassName
{
color: #B1A357;
}
</style>
background-color css
<style>
a { background-color: #B1A357; }
a { background-color: rgb(177,163,87); }
div.DivClassName
{
background-color: #B1A357;
}
.BgClassName
{
background-color: #B1A357;
}
</style>
border-color css
<style>
span { border-color: #B1A357; }
span { border-color: rgb(177,163,87); }
td.TdClassName
{
border-color: #B1A357;
}
.TagClassName
{
border-color: #B1A357;
}
</style>