Shades of Gimblet #B4A859
Tints of Gimblet #B4A859
RGB
CMYK
RGB Variations
Color information
#B4A859 (or 0xB4A859) is known color: Gimblet. HEX triplet: B4, A8 and 59. RGB value is (180,168,89). Sum of RGB (Red+Green+Blue) = 180+168+89=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 89 (35.16% from 255 or 20.37% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A859 is #4B57A6. Grayscale: #A2A2A2. Windows color (decimal): -4937639 or 5875892. OLE color: 5875892.
HSL color Cylindrical-coordinate representation of color #B4A859: hue angle of 52.09º 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 #B4A859 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 89 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.29 |
| HSL | 52.09º | 0.38% | 0.53% | - |
| HSV(B) | 52.09º | 0.51% | 0.71% | - |
| XYZ | 34.63 | 38.43 | 15.04 | - |
| YUV | 162.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 89 | 0 | 0.07 | 0.51 | 0.29 | 52.09 | 0.38 | 0.53 |
| Hex | B4 | A8 | 59 | 0 | 7 | 33 | 1D | 34 | 26 | 35 |
| Octal | 264 | 250 | 131 | 0 | 7 | 63 | 35 | 64 | 46 | 65 |
| Binary | 10110100 | 10101000 | 1011001 | 0 | 111 | 110011 | 11101 | 110100 | 100110 | 110101 |
Color Harmonies of #B4A859
Complementary color
Monochromatic Colors of #B4A859
Black with #B4A859
Text Example
Text Example
White with #B4A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A859; }
p { color: rgb(180,168,89); }
H1.HeaderClassName
{
color: #B4A859;
}
.AnyTagClassName
{
color: #B4A859;
}
</style>
background-color css
<style>
a { background-color: #B4A859; }
a { background-color: rgb(180,168,89); }
div.DivClassName
{
background-color: #B4A859;
}
.BgClassName
{
background-color: #B4A859;
}
</style>
border-color css
<style>
span { border-color: #B4A859; }
span { border-color: rgb(180,168,89); }
td.TdClassName
{
border-color: #B4A859;
}
.TagClassName
{
border-color: #B4A859;
}
</style>