Shades of Gimblet #B4A459
Tints of Gimblet #B4A459
RGB
CMYK
RGB Variations
Color information
#B4A459 (or 0xB4A459) is known color: Gimblet. HEX triplet: B4, A4 and 59. RGB value is (180,164,89). Sum of RGB (Red+Green+Blue) = 180+164+89=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A459 is #4B5BA6. Grayscale: #A0A0A0. Windows color (decimal): -4938663 or 5874868. OLE color: 5874868.
HSL color Cylindrical-coordinate representation of color #B4A459: hue angle of 49.45º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4A459 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 89 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.29 |
| HSL | 49.45º | 0.38% | 0.53% | - |
| HSV(B) | 49.45º | 0.51% | 0.71% | - |
| XYZ | 33.9 | 36.98 | 14.8 | - |
| YUV | 160.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 89 | 0 | 0.09 | 0.51 | 0.29 | 49.45 | 0.38 | 0.53 |
| Hex | B4 | A4 | 59 | 0 | 9 | 33 | 1D | 31 | 26 | 35 |
| Octal | 264 | 244 | 131 | 0 | 11 | 63 | 35 | 61 | 46 | 65 |
| Binary | 10110100 | 10100100 | 1011001 | 0 | 1001 | 110011 | 11101 | 110001 | 100110 | 110101 |
Color Harmonies of #B4A459
Complementary color
Monochromatic Colors of #B4A459
Black with #B4A459
Text Example
Text Example
White with #B4A459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A459; }
p { color: rgb(180,164,89); }
H1.HeaderClassName
{
color: #B4A459;
}
.AnyTagClassName
{
color: #B4A459;
}
</style>
background-color css
<style>
a { background-color: #B4A459; }
a { background-color: rgb(180,164,89); }
div.DivClassName
{
background-color: #B4A459;
}
.BgClassName
{
background-color: #B4A459;
}
</style>
border-color css
<style>
span { border-color: #B4A459; }
span { border-color: rgb(180,164,89); }
td.TdClassName
{
border-color: #B4A459;
}
.TagClassName
{
border-color: #B4A459;
}
</style>