Shades of Gimblet #B4A854
Tints of Gimblet #B4A854
RGB
CMYK
RGB Variations
Color information
#B4A854 (or 0xB4A854) is known color: Gimblet. HEX triplet: B4, A8 and 54. RGB value is (180,168,84). Sum of RGB (Red+Green+Blue) = 180+168+84=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A854 is #4B57AB. Grayscale: #A2A2A2. Windows color (decimal): -4937644 or 5548212. OLE color: 5548212.
HSL color Cylindrical-coordinate representation of color #B4A854: hue angle of 52.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4A854 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 168 | 84 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.29 |
| HSL | 52.5º | 0.39% | 0.52% | - |
| HSV(B) | 52.5º | 0.53% | 0.71% | - |
| XYZ | 34.43 | 38.35 | 13.98 | - |
| YUV | 162.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 168 | 84 | 0 | 0.07 | 0.53 | 0.29 | 52.5 | 0.39 | 0.52 |
| Hex | B4 | A8 | 54 | 0 | 7 | 35 | 1D | 34 | 27 | 34 |
| Octal | 264 | 250 | 124 | 0 | 7 | 65 | 35 | 64 | 47 | 64 |
| Binary | 10110100 | 10101000 | 1010100 | 0 | 111 | 110101 | 11101 | 110100 | 100111 | 110100 |
Color Harmonies of #B4A854
Complementary color
Monochromatic Colors of #B4A854
Black with #B4A854
Text Example
Text Example
White with #B4A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A854; }
p { color: rgb(180,168,84); }
H1.HeaderClassName
{
color: #B4A854;
}
.AnyTagClassName
{
color: #B4A854;
}
</style>
background-color css
<style>
a { background-color: #B4A854; }
a { background-color: rgb(180,168,84); }
div.DivClassName
{
background-color: #B4A854;
}
.BgClassName
{
background-color: #B4A854;
}
</style>
border-color css
<style>
span { border-color: #B4A854; }
span { border-color: rgb(180,168,84); }
td.TdClassName
{
border-color: #B4A854;
}
.TagClassName
{
border-color: #B4A854;
}
</style>