Shades of Gimblet #B5A063
Tints of Gimblet #B5A063
RGB
CMYK
RGB Variations
Color information
#B5A063 (or 0xB5A063) is known color: Gimblet. HEX triplet: B5, A0 and 63. RGB value is (181,160,99). Sum of RGB (Red+Green+Blue) = 181+160+99=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A063 is #4A5F9C. Grayscale: #9F9F9F. Windows color (decimal): -4874141 or 6529205. OLE color: 6529205.
HSL color Cylindrical-coordinate representation of color #B5A063: hue angle of 44.63º degrees, saturation: 0.36, 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 #B5A063 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 99 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.29 |
| HSL | 44.63º | 0.36% | 0.55% | - |
| HSV(B) | 44.63º | 0.45% | 0.71% | - |
| XYZ | 33.88 | 35.87 | 16.94 | - |
| YUV | 159.33 | 93.96 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 99 | 0 | 0.12 | 0.45 | 0.29 | 44.63 | 0.36 | 0.55 |
| Hex | B5 | A0 | 63 | 0 | C | 2D | 1D | 2D | 24 | 37 |
| Octal | 265 | 240 | 143 | 0 | 14 | 55 | 35 | 55 | 44 | 67 |
| Binary | 10110101 | 10100000 | 1100011 | 0 | 1100 | 101101 | 11101 | 101101 | 100100 | 110111 |
Color Harmonies of #B5A063
Complementary color
Monochromatic Colors of #B5A063
Black with #B5A063
Text Example
Text Example
White with #B5A063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A063; }
p { color: rgb(181,160,99); }
H1.HeaderClassName
{
color: #B5A063;
}
.AnyTagClassName
{
color: #B5A063;
}
</style>
background-color css
<style>
a { background-color: #B5A063; }
a { background-color: rgb(181,160,99); }
div.DivClassName
{
background-color: #B5A063;
}
.BgClassName
{
background-color: #B5A063;
}
</style>
border-color css
<style>
span { border-color: #B5A063; }
span { border-color: rgb(181,160,99); }
td.TdClassName
{
border-color: #B5A063;
}
.TagClassName
{
border-color: #B5A063;
}
</style>