Shades of Gimblet #B4A260
Tints of Gimblet #B4A260
RGB
CMYK
RGB Variations
Color information
#B4A260 (or 0xB4A260) is known color: Gimblet. HEX triplet: B4, A2 and 60. RGB value is (180,162,96). Sum of RGB (Red+Green+Blue) = 180+162+96=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A260 is #4B5D9F. Grayscale: #A0A0A0. Windows color (decimal): -4939168 or 6333108. OLE color: 6333108.
HSL color Cylindrical-coordinate representation of color #B4A260: hue angle of 47.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4A260 is Cyan = 0, Magento = 0.1, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 96 | - |
| CMYK | 0 | 0.1 | 0.47 | 0.29 |
| HSL | 47.14º | 0.36% | 0.54% | - |
| HSV(B) | 47.14º | 0.47% | 0.71% | - |
| XYZ | 33.85 | 36.39 | 16.31 | - |
| YUV | 159.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 96 | 0 | 0.1 | 0.47 | 0.29 | 47.14 | 0.36 | 0.54 |
| Hex | B4 | A2 | 60 | 0 | A | 2F | 1D | 2F | 24 | 36 |
| Octal | 264 | 242 | 140 | 0 | 12 | 57 | 35 | 57 | 44 | 66 |
| Binary | 10110100 | 10100010 | 1100000 | 0 | 1010 | 101111 | 11101 | 101111 | 100100 | 110110 |
Color Harmonies of #B4A260
Complementary color
Monochromatic Colors of #B4A260
Black with #B4A260
Text Example
Text Example
White with #B4A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A260; }
p { color: rgb(180,162,96); }
H1.HeaderClassName
{
color: #B4A260;
}
.AnyTagClassName
{
color: #B4A260;
}
</style>
background-color css
<style>
a { background-color: #B4A260; }
a { background-color: rgb(180,162,96); }
div.DivClassName
{
background-color: #B4A260;
}
.BgClassName
{
background-color: #B4A260;
}
</style>
border-color css
<style>
span { border-color: #B4A260; }
span { border-color: rgb(180,162,96); }
td.TdClassName
{
border-color: #B4A260;
}
.TagClassName
{
border-color: #B4A260;
}
</style>