Shades of Gimblet #B5A360
Tints of Gimblet #B5A360
RGB
CMYK
RGB Variations
Color information
#B5A360 (or 0xB5A360) is known color: Gimblet. HEX triplet: B5, A3 and 60. RGB value is (181,163,96). Sum of RGB (Red+Green+Blue) = 181+163+96=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A360 is #4A5C9F. Grayscale: #A1A1A1. Windows color (decimal): -4873376 or 6333365. OLE color: 6333365.
HSL color Cylindrical-coordinate representation of color #B5A360: hue angle of 47.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5A360 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 96 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.29 |
| HSL | 47.29º | 0.36% | 0.54% | - |
| HSV(B) | 47.29º | 0.47% | 0.71% | - |
| XYZ | 34.26 | 36.86 | 16.38 | - |
| YUV | 160.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 96 | 0 | 0.10 | 0.47 | 0.29 | 47.29 | 0.36 | 0.54 |
| Hex | B5 | A3 | 60 | 0 | A | 2F | 1D | 2F | 24 | 36 |
| Octal | 265 | 243 | 140 | 0 | 12 | 57 | 35 | 57 | 44 | 66 |
| Binary | 10110101 | 10100011 | 1100000 | 0 | 1010 | 101111 | 11101 | 101111 | 100100 | 110110 |
Color Harmonies of #B5A360
Complementary color
Monochromatic Colors of #B5A360
Black with #B5A360
Text Example
Text Example
White with #B5A360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A360; }
p { color: rgb(181,163,96); }
H1.HeaderClassName
{
color: #B5A360;
}
.AnyTagClassName
{
color: #B5A360;
}
</style>
background-color css
<style>
a { background-color: #B5A360; }
a { background-color: rgb(181,163,96); }
div.DivClassName
{
background-color: #B5A360;
}
.BgClassName
{
background-color: #B5A360;
}
</style>
border-color css
<style>
span { border-color: #B5A360; }
span { border-color: rgb(181,163,96); }
td.TdClassName
{
border-color: #B5A360;
}
.TagClassName
{
border-color: #B5A360;
}
</style>