Shades of Gimblet #B5A860
Tints of Gimblet #B5A860
RGB
CMYK
RGB Variations
Color information
#B5A860 (or 0xB5A860) is known color: Gimblet. HEX triplet: B5, A8 and 60. RGB value is (181,168,96). Sum of RGB (Red+Green+Blue) = 181+168+96=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 96 (37.89% from 255 or 21.57% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A860 is #4A579F. Grayscale: #A3A3A3. Windows color (decimal): -4872096 or 6334645. OLE color: 6334645.
HSL color Cylindrical-coordinate representation of color #B5A860: hue angle of 50.82º 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 #B5A860 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 96 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.29 |
| HSL | 50.82º | 0.36% | 0.54% | - |
| HSV(B) | 50.82º | 0.47% | 0.71% | - |
| XYZ | 35.17 | 38.67 | 16.68 | - |
| YUV | 163.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 96 | 0 | 0.07 | 0.47 | 0.29 | 50.82 | 0.36 | 0.54 |
| Hex | B5 | A8 | 60 | 0 | 7 | 2F | 1D | 33 | 24 | 36 |
| Octal | 265 | 250 | 140 | 0 | 7 | 57 | 35 | 63 | 44 | 66 |
| Binary | 10110101 | 10101000 | 1100000 | 0 | 111 | 101111 | 11101 | 110011 | 100100 | 110110 |
Color Harmonies of #B5A860
Complementary color
Monochromatic Colors of #B5A860
Black with #B5A860
Text Example
Text Example
White with #B5A860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A860; }
p { color: rgb(181,168,96); }
H1.HeaderClassName
{
color: #B5A860;
}
.AnyTagClassName
{
color: #B5A860;
}
</style>
background-color css
<style>
a { background-color: #B5A860; }
a { background-color: rgb(181,168,96); }
div.DivClassName
{
background-color: #B5A860;
}
.BgClassName
{
background-color: #B5A860;
}
</style>
border-color css
<style>
span { border-color: #B5A860; }
span { border-color: rgb(181,168,96); }
td.TdClassName
{
border-color: #B5A860;
}
.TagClassName
{
border-color: #B5A860;
}
</style>