Shades of Gimblet #B5A357
Tints of Gimblet #B5A357
RGB
CMYK
RGB Variations
Color information
#B5A357 (or 0xB5A357) is known color: Gimblet. HEX triplet: B5, A3 and 57. RGB value is (181,163,87). Sum of RGB (Red+Green+Blue) = 181+163+87=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A357 is #4A5CA8. Grayscale: #A0A0A0. Windows color (decimal): -4873385 or 5743541. OLE color: 5743541.
HSL color Cylindrical-coordinate representation of color #B5A357: hue angle of 48.51º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5A357 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 87 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.29 |
| HSL | 48.51º | 0.39% | 0.53% | - |
| HSV(B) | 48.51º | 0.52% | 0.71% | - |
| XYZ | 33.87 | 36.71 | 14.32 | - |
| YUV | 159.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 87 | 0 | 0.10 | 0.52 | 0.29 | 48.51 | 0.39 | 0.53 |
| Hex | B5 | A3 | 57 | 0 | A | 34 | 1D | 31 | 27 | 35 |
| Octal | 265 | 243 | 127 | 0 | 12 | 64 | 35 | 61 | 47 | 65 |
| Binary | 10110101 | 10100011 | 1010111 | 0 | 1010 | 110100 | 11101 | 110001 | 100111 | 110101 |
Color Harmonies of #B5A357
Complementary color
Monochromatic Colors of #B5A357
Black with #B5A357
Text Example
Text Example
White with #B5A357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A357; }
p { color: rgb(181,163,87); }
H1.HeaderClassName
{
color: #B5A357;
}
.AnyTagClassName
{
color: #B5A357;
}
</style>
background-color css
<style>
a { background-color: #B5A357; }
a { background-color: rgb(181,163,87); }
div.DivClassName
{
background-color: #B5A357;
}
.BgClassName
{
background-color: #B5A357;
}
</style>
border-color css
<style>
span { border-color: #B5A357; }
span { border-color: rgb(181,163,87); }
td.TdClassName
{
border-color: #B5A357;
}
.TagClassName
{
border-color: #B5A357;
}
</style>