Shades of Gimblet #B5A263
Tints of Gimblet #B5A263
RGB
CMYK
RGB Variations
Color information
#B5A263 (or 0xB5A263) is known color: Gimblet. HEX triplet: B5, A2 and 63. RGB value is (181,162,99). Sum of RGB (Red+Green+Blue) = 181+162+99=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A263 is #4A5D9C. Grayscale: #A0A0A0. Windows color (decimal): -4873629 or 6529717. OLE color: 6529717.
HSL color Cylindrical-coordinate representation of color #B5A263: hue angle of 46.1º 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 #B5A263 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 99 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.29 |
| HSL | 46.1º | 0.36% | 0.55% | - |
| HSV(B) | 46.1º | 0.45% | 0.71% | - |
| XYZ | 34.23 | 36.57 | 17.06 | - |
| YUV | 160.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 99 | 0 | 0.10 | 0.45 | 0.29 | 46.1 | 0.36 | 0.55 |
| Hex | B5 | A2 | 63 | 0 | A | 2D | 1D | 2E | 24 | 37 |
| Octal | 265 | 242 | 143 | 0 | 12 | 55 | 35 | 56 | 44 | 67 |
| Binary | 10110101 | 10100010 | 1100011 | 0 | 1010 | 101101 | 11101 | 101110 | 100100 | 110111 |
Color Harmonies of #B5A263
Complementary color
Monochromatic Colors of #B5A263
Black with #B5A263
Text Example
Text Example
White with #B5A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A263; }
p { color: rgb(181,162,99); }
H1.HeaderClassName
{
color: #B5A263;
}
.AnyTagClassName
{
color: #B5A263;
}
</style>
background-color css
<style>
a { background-color: #B5A263; }
a { background-color: rgb(181,162,99); }
div.DivClassName
{
background-color: #B5A263;
}
.BgClassName
{
background-color: #B5A263;
}
</style>
border-color css
<style>
span { border-color: #B5A263; }
span { border-color: rgb(181,162,99); }
td.TdClassName
{
border-color: #B5A263;
}
.TagClassName
{
border-color: #B5A263;
}
</style>