Shades of Gimblet #B4A263
Tints of Gimblet #B4A263
RGB
CMYK
RGB Variations
Color information
#B4A263 (or 0xB4A263) is known color: Gimblet. HEX triplet: B4, A2 and 63. RGB value is (180,162,99). Sum of RGB (Red+Green+Blue) = 180+162+99=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A263 is #4B5D9C. Grayscale: #A0A0A0. Windows color (decimal): -4939165 or 6529716. OLE color: 6529716.
HSL color Cylindrical-coordinate representation of color #B4A263: 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 #B4A263 is Cyan = 0, Magento = 0.1, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 99 | - |
| CMYK | 0 | 0.1 | 0.45 | 0.29 |
| HSL | 46.67º | 0.35% | 0.55% | - |
| HSV(B) | 46.67º | 0.45% | 0.71% | - |
| XYZ | 33.99 | 36.44 | 17.05 | - |
| YUV | 160.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 99 | 0 | 0.1 | 0.45 | 0.29 | 46.67 | 0.35 | 0.55 |
| Hex | B4 | A2 | 63 | 0 | A | 2D | 1D | 2F | 23 | 37 |
| Octal | 264 | 242 | 143 | 0 | 12 | 55 | 35 | 57 | 43 | 67 |
| Binary | 10110100 | 10100010 | 1100011 | 0 | 1010 | 101101 | 11101 | 101111 | 100011 | 110111 |
Color Harmonies of #B4A263
Complementary color
Monochromatic Colors of #B4A263
Black with #B4A263
Text Example
Text Example
White with #B4A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A263; }
p { color: rgb(180,162,99); }
H1.HeaderClassName
{
color: #B4A263;
}
.AnyTagClassName
{
color: #B4A263;
}
</style>
background-color css
<style>
a { background-color: #B4A263; }
a { background-color: rgb(180,162,99); }
div.DivClassName
{
background-color: #B4A263;
}
.BgClassName
{
background-color: #B4A263;
}
</style>
border-color css
<style>
span { border-color: #B4A263; }
span { border-color: rgb(180,162,99); }
td.TdClassName
{
border-color: #B4A263;
}
.TagClassName
{
border-color: #B4A263;
}
</style>