Shades of Gimblet #B5A364
Tints of Gimblet #B5A364
RGB
CMYK
RGB Variations
Color information
#B5A364 (or 0xB5A364) is known color: Gimblet. HEX triplet: B5, A3 and 64. RGB value is (181,163,100). Sum of RGB (Red+Green+Blue) = 181+163+100=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A364 is #4A5C9B. Grayscale: #A1A1A1. Windows color (decimal): -4873372 or 6595509. OLE color: 6595509.
HSL color Cylindrical-coordinate representation of color #B5A364: hue angle of 46.67º 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 #B5A364 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 100 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.29 |
| HSL | 46.67º | 0.35% | 0.55% | - |
| HSV(B) | 46.67º | 0.45% | 0.71% | - |
| XYZ | 34.45 | 36.94 | 17.37 | - |
| YUV | 161.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 100 | 0 | 0.10 | 0.45 | 0.29 | 46.67 | 0.35 | 0.55 |
| Hex | B5 | A3 | 64 | 0 | A | 2D | 1D | 2F | 23 | 37 |
| Octal | 265 | 243 | 144 | 0 | 12 | 55 | 35 | 57 | 43 | 67 |
| Binary | 10110101 | 10100011 | 1100100 | 0 | 1010 | 101101 | 11101 | 101111 | 100011 | 110111 |
Color Harmonies of #B5A364
Complementary color
Monochromatic Colors of #B5A364
Black with #B5A364
Text Example
Text Example
White with #B5A364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A364; }
p { color: rgb(181,163,100); }
H1.HeaderClassName
{
color: #B5A364;
}
.AnyTagClassName
{
color: #B5A364;
}
</style>
background-color css
<style>
a { background-color: #B5A364; }
a { background-color: rgb(181,163,100); }
div.DivClassName
{
background-color: #B5A364;
}
.BgClassName
{
background-color: #B5A364;
}
</style>
border-color css
<style>
span { border-color: #B5A364; }
span { border-color: rgb(181,163,100); }
td.TdClassName
{
border-color: #B5A364;
}
.TagClassName
{
border-color: #B5A364;
}
</style>