Shades of Gimblet #B4A858
Tints of Gimblet #B4A858
RGB
CMYK
RGB Variations
Color information
#B4A858 (or 0xB4A858) is known color: Gimblet. HEX triplet: B4, A8 and 58. RGB value is (180,168,88). Sum of RGB (Red+Green+Blue) = 180+168+88=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A858 is #4B57A7. Grayscale: #A2A2A2. Windows color (decimal): -4937640 or 5810356. OLE color: 5810356.
HSL color Cylindrical-coordinate representation of color #B4A858: hue angle of 52.17º 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 #B4A858 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 88 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.29 |
| HSL | 52.17º | 0.38% | 0.53% | - |
| HSV(B) | 52.17º | 0.51% | 0.71% | - |
| XYZ | 34.59 | 38.41 | 14.82 | - |
| YUV | 162.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 88 | 0 | 0.07 | 0.51 | 0.29 | 52.17 | 0.38 | 0.53 |
| Hex | B4 | A8 | 58 | 0 | 7 | 33 | 1D | 34 | 26 | 35 |
| Octal | 264 | 250 | 130 | 0 | 7 | 63 | 35 | 64 | 46 | 65 |
| Binary | 10110100 | 10101000 | 1011000 | 0 | 111 | 110011 | 11101 | 110100 | 100110 | 110101 |
Color Harmonies of #B4A858
Complementary color
Monochromatic Colors of #B4A858
Black with #B4A858
Text Example
Text Example
White with #B4A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A858; }
p { color: rgb(180,168,88); }
H1.HeaderClassName
{
color: #B4A858;
}
.AnyTagClassName
{
color: #B4A858;
}
</style>
background-color css
<style>
a { background-color: #B4A858; }
a { background-color: rgb(180,168,88); }
div.DivClassName
{
background-color: #B4A858;
}
.BgClassName
{
background-color: #B4A858;
}
</style>
border-color css
<style>
span { border-color: #B4A858; }
span { border-color: rgb(180,168,88); }
td.TdClassName
{
border-color: #B4A858;
}
.TagClassName
{
border-color: #B4A858;
}
</style>