Shades of Gimblet #B4A062
Tints of Gimblet #B4A062
RGB
CMYK
RGB Variations
Color information
#B4A062 (or 0xB4A062) is known color: Gimblet. HEX triplet: B4, A0 and 62. RGB value is (180,160,98). Sum of RGB (Red+Green+Blue) = 180+160+98=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A062 is #4B5F9D. Grayscale: #9F9F9F. Windows color (decimal): -4939678 or 6463668. OLE color: 6463668.
HSL color Cylindrical-coordinate representation of color #B4A062: hue angle of 45.37º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4A062 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 98 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.29 |
| HSL | 45.37º | 0.35% | 0.55% | - |
| HSV(B) | 45.37º | 0.46% | 0.71% | - |
| XYZ | 33.6 | 35.73 | 16.68 | - |
| YUV | 158.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 98 | 0 | 0.11 | 0.46 | 0.29 | 45.37 | 0.35 | 0.55 |
| Hex | B4 | A0 | 62 | 0 | B | 2E | 1D | 2D | 23 | 37 |
| Octal | 264 | 240 | 142 | 0 | 13 | 56 | 35 | 55 | 43 | 67 |
| Binary | 10110100 | 10100000 | 1100010 | 0 | 1011 | 101110 | 11101 | 101101 | 100011 | 110111 |
Color Harmonies of #B4A062
Complementary color
Monochromatic Colors of #B4A062
Black with #B4A062
Text Example
Text Example
White with #B4A062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A062; }
p { color: rgb(180,160,98); }
H1.HeaderClassName
{
color: #B4A062;
}
.AnyTagClassName
{
color: #B4A062;
}
</style>
background-color css
<style>
a { background-color: #B4A062; }
a { background-color: rgb(180,160,98); }
div.DivClassName
{
background-color: #B4A062;
}
.BgClassName
{
background-color: #B4A062;
}
</style>
border-color css
<style>
span { border-color: #B4A062; }
span { border-color: rgb(180,160,98); }
td.TdClassName
{
border-color: #B4A062;
}
.TagClassName
{
border-color: #B4A062;
}
</style>