Shades of Gimblet #B4A562
Tints of Gimblet #B4A562
RGB
CMYK
RGB Variations
Color information
#B4A562 (or 0xB4A562) is known color: Gimblet. HEX triplet: B4, A5 and 62. RGB value is (180,165,98). Sum of RGB (Red+Green+Blue) = 180+165+98=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A562 is #4B5A9D. Grayscale: #A2A2A2. Windows color (decimal): -4938398 or 6464948. OLE color: 6464948.
HSL color Cylindrical-coordinate representation of color #B4A562: hue angle of 49.02º 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 #B4A562 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 98 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.29 |
| HSL | 49.02º | 0.35% | 0.55% | - |
| HSV(B) | 49.02º | 0.46% | 0.71% | - |
| XYZ | 34.48 | 37.5 | 16.98 | - |
| YUV | 161.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 98 | 0 | 0.08 | 0.46 | 0.29 | 49.02 | 0.35 | 0.55 |
| Hex | B4 | A5 | 62 | 0 | 8 | 2E | 1D | 31 | 23 | 37 |
| Octal | 264 | 245 | 142 | 0 | 10 | 56 | 35 | 61 | 43 | 67 |
| Binary | 10110100 | 10100101 | 1100010 | 0 | 1000 | 101110 | 11101 | 110001 | 100011 | 110111 |
Color Harmonies of #B4A562
Complementary color
Monochromatic Colors of #B4A562
Black with #B4A562
Text Example
Text Example
White with #B4A562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A562; }
p { color: rgb(180,165,98); }
H1.HeaderClassName
{
color: #B4A562;
}
.AnyTagClassName
{
color: #B4A562;
}
</style>
background-color css
<style>
a { background-color: #B4A562; }
a { background-color: rgb(180,165,98); }
div.DivClassName
{
background-color: #B4A562;
}
.BgClassName
{
background-color: #B4A562;
}
</style>
border-color css
<style>
span { border-color: #B4A562; }
span { border-color: rgb(180,165,98); }
td.TdClassName
{
border-color: #B4A562;
}
.TagClassName
{
border-color: #B4A562;
}
</style>