Shades of Gimblet #B4A55D
Tints of Gimblet #B4A55D
RGB
CMYK
RGB Variations
Color information
#B4A55D (or 0xB4A55D) is known color: Gimblet. HEX triplet: B4, A5 and 5D. RGB value is (180,165,93). Sum of RGB (Red+Green+Blue) = 180+165+93=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A55D is #4B5AA2. Grayscale: #A1A1A1. Windows color (decimal): -4938403 or 6137268. OLE color: 6137268.
HSL color Cylindrical-coordinate representation of color #B4A55D: hue angle of 49.66º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4A55D is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 93 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.29 |
| HSL | 49.66º | 0.37% | 0.54% | - |
| HSV(B) | 49.66º | 0.48% | 0.71% | - |
| XYZ | 34.25 | 37.4 | 15.77 | - |
| YUV | 161.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 93 | 0 | 0.08 | 0.48 | 0.29 | 49.66 | 0.37 | 0.54 |
| Hex | B4 | A5 | 5D | 0 | 8 | 30 | 1D | 32 | 25 | 36 |
| Octal | 264 | 245 | 135 | 0 | 10 | 60 | 35 | 62 | 45 | 66 |
| Binary | 10110100 | 10100101 | 1011101 | 0 | 1000 | 110000 | 11101 | 110010 | 100101 | 110110 |
Color Harmonies of #B4A55D
Complementary color
Monochromatic Colors of #B4A55D
Black with #B4A55D
Text Example
Text Example
White with #B4A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A55D; }
p { color: rgb(180,165,93); }
H1.HeaderClassName
{
color: #B4A55D;
}
.AnyTagClassName
{
color: #B4A55D;
}
</style>
background-color css
<style>
a { background-color: #B4A55D; }
a { background-color: rgb(180,165,93); }
div.DivClassName
{
background-color: #B4A55D;
}
.BgClassName
{
background-color: #B4A55D;
}
</style>
border-color css
<style>
span { border-color: #B4A55D; }
span { border-color: rgb(180,165,93); }
td.TdClassName
{
border-color: #B4A55D;
}
.TagClassName
{
border-color: #B4A55D;
}
</style>