Shades of Gimblet #B5A064
Tints of Gimblet #B5A064
RGB
CMYK
RGB Variations
Color information
#B5A064 (or 0xB5A064) is known color: Gimblet. HEX triplet: B5, A0 and 64. RGB value is (181,160,100). Sum of RGB (Red+Green+Blue) = 181+160+100=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A064 is #4A5F9B. Grayscale: #9F9F9F. Windows color (decimal): -4874140 or 6594741. OLE color: 6594741.
HSL color Cylindrical-coordinate representation of color #B5A064: hue angle of 44.44º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5A064 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 100 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.29 |
| HSL | 44.44º | 0.35% | 0.55% | - |
| HSV(B) | 44.44º | 0.45% | 0.71% | - |
| XYZ | 33.93 | 35.89 | 17.2 | - |
| YUV | 159.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 100 | 0 | 0.12 | 0.45 | 0.29 | 44.44 | 0.35 | 0.55 |
| Hex | B5 | A0 | 64 | 0 | C | 2D | 1D | 2C | 23 | 37 |
| Octal | 265 | 240 | 144 | 0 | 14 | 55 | 35 | 54 | 43 | 67 |
| Binary | 10110101 | 10100000 | 1100100 | 0 | 1100 | 101101 | 11101 | 101100 | 100011 | 110111 |
Color Harmonies of #B5A064
Complementary color
Monochromatic Colors of #B5A064
Black with #B5A064
Text Example
Text Example
White with #B5A064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A064; }
p { color: rgb(181,160,100); }
H1.HeaderClassName
{
color: #B5A064;
}
.AnyTagClassName
{
color: #B5A064;
}
</style>
background-color css
<style>
a { background-color: #B5A064; }
a { background-color: rgb(181,160,100); }
div.DivClassName
{
background-color: #B5A064;
}
.BgClassName
{
background-color: #B5A064;
}
</style>
border-color css
<style>
span { border-color: #B5A064; }
span { border-color: rgb(181,160,100); }
td.TdClassName
{
border-color: #B5A064;
}
.TagClassName
{
border-color: #B5A064;
}
</style>