Shades of Gimblet #B4A25D
Tints of Gimblet #B4A25D
RGB
CMYK
RGB Variations
Color information
#B4A25D (or 0xB4A25D) is known color: Gimblet. HEX triplet: B4, A2 and 5D. RGB value is (180,162,93). Sum of RGB (Red+Green+Blue) = 180+162+93=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A25D is #4B5DA2. Grayscale: #9F9F9F. Windows color (decimal): -4939171 or 6136500. OLE color: 6136500.
HSL color Cylindrical-coordinate representation of color #B4A25D: hue angle of 47.59º 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 #B4A25D is Cyan = 0, Magento = 0.1, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 93 | - |
| CMYK | 0 | 0.1 | 0.48 | 0.29 |
| HSL | 47.59º | 0.37% | 0.54% | - |
| HSV(B) | 47.59º | 0.48% | 0.71% | - |
| XYZ | 33.72 | 36.33 | 15.59 | - |
| YUV | 159.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 93 | 0 | 0.1 | 0.48 | 0.29 | 47.59 | 0.37 | 0.54 |
| Hex | B4 | A2 | 5D | 0 | A | 30 | 1D | 30 | 25 | 36 |
| Octal | 264 | 242 | 135 | 0 | 12 | 60 | 35 | 60 | 45 | 66 |
| Binary | 10110100 | 10100010 | 1011101 | 0 | 1010 | 110000 | 11101 | 110000 | 100101 | 110110 |
Color Harmonies of #B4A25D
Complementary color
Monochromatic Colors of #B4A25D
Black with #B4A25D
Text Example
Text Example
White with #B4A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A25D; }
p { color: rgb(180,162,93); }
H1.HeaderClassName
{
color: #B4A25D;
}
.AnyTagClassName
{
color: #B4A25D;
}
</style>
background-color css
<style>
a { background-color: #B4A25D; }
a { background-color: rgb(180,162,93); }
div.DivClassName
{
background-color: #B4A25D;
}
.BgClassName
{
background-color: #B4A25D;
}
</style>
border-color css
<style>
span { border-color: #B4A25D; }
span { border-color: rgb(180,162,93); }
td.TdClassName
{
border-color: #B4A25D;
}
.TagClassName
{
border-color: #B4A25D;
}
</style>