Shades of Gimblet #B4A55C
Tints of Gimblet #B4A55C
RGB
CMYK
RGB Variations
Color information
#B4A55C (or 0xB4A55C) is known color: Gimblet. HEX triplet: B4, A5 and 5C. RGB value is (180,165,92). Sum of RGB (Red+Green+Blue) = 180+165+92=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A55C is #4B5AA3. Grayscale: #A1A1A1. Windows color (decimal): -4938404 or 6071732. OLE color: 6071732.
HSL color Cylindrical-coordinate representation of color #B4A55C: hue angle of 49.77º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4A55C is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 92 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.29 |
| HSL | 49.77º | 0.37% | 0.53% | - |
| HSV(B) | 49.77º | 0.49% | 0.71% | - |
| XYZ | 34.21 | 37.39 | 15.54 | - |
| YUV | 161.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 92 | 0 | 0.08 | 0.49 | 0.29 | 49.77 | 0.37 | 0.53 |
| Hex | B4 | A5 | 5C | 0 | 8 | 31 | 1D | 32 | 25 | 35 |
| Octal | 264 | 245 | 134 | 0 | 10 | 61 | 35 | 62 | 45 | 65 |
| Binary | 10110100 | 10100101 | 1011100 | 0 | 1000 | 110001 | 11101 | 110010 | 100101 | 110101 |
Color Harmonies of #B4A55C
Complementary color
Monochromatic Colors of #B4A55C
Black with #B4A55C
Text Example
Text Example
White with #B4A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A55C; }
p { color: rgb(180,165,92); }
H1.HeaderClassName
{
color: #B4A55C;
}
.AnyTagClassName
{
color: #B4A55C;
}
</style>
background-color css
<style>
a { background-color: #B4A55C; }
a { background-color: rgb(180,165,92); }
div.DivClassName
{
background-color: #B4A55C;
}
.BgClassName
{
background-color: #B4A55C;
}
</style>
border-color css
<style>
span { border-color: #B4A55C; }
span { border-color: rgb(180,165,92); }
td.TdClassName
{
border-color: #B4A55C;
}
.TagClassName
{
border-color: #B4A55C;
}
</style>