Shades of Gimblet #B5A264
Tints of Gimblet #B5A264
RGB
CMYK
RGB Variations
Color information
#B5A264 (or 0xB5A264) is known color: Gimblet. HEX triplet: B5, A2 and 64. RGB value is (181,162,100). Sum of RGB (Red+Green+Blue) = 181+162+100=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A264 is #4A5D9B. Grayscale: #A0A0A0. Windows color (decimal): -4873628 or 6595253. OLE color: 6595253.
HSL color Cylindrical-coordinate representation of color #B5A264: hue angle of 45.93º 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 #B5A264 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 100 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.29 |
| HSL | 45.93º | 0.35% | 0.55% | - |
| HSV(B) | 45.93º | 0.45% | 0.71% | - |
| XYZ | 34.28 | 36.58 | 17.31 | - |
| YUV | 160.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 100 | 0 | 0.10 | 0.45 | 0.29 | 45.93 | 0.35 | 0.55 |
| Hex | B5 | A2 | 64 | 0 | A | 2D | 1D | 2E | 23 | 37 |
| Octal | 265 | 242 | 144 | 0 | 12 | 55 | 35 | 56 | 43 | 67 |
| Binary | 10110101 | 10100010 | 1100100 | 0 | 1010 | 101101 | 11101 | 101110 | 100011 | 110111 |
Color Harmonies of #B5A264
Complementary color
Monochromatic Colors of #B5A264
Black with #B5A264
Text Example
Text Example
White with #B5A264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A264; }
p { color: rgb(181,162,100); }
H1.HeaderClassName
{
color: #B5A264;
}
.AnyTagClassName
{
color: #B5A264;
}
</style>
background-color css
<style>
a { background-color: #B5A264; }
a { background-color: rgb(181,162,100); }
div.DivClassName
{
background-color: #B5A264;
}
.BgClassName
{
background-color: #B5A264;
}
</style>
border-color css
<style>
span { border-color: #B5A264; }
span { border-color: rgb(181,162,100); }
td.TdClassName
{
border-color: #B5A264;
}
.TagClassName
{
border-color: #B5A264;
}
</style>