Shades of Gimblet #B4A45C
Tints of Gimblet #B4A45C
RGB
CMYK
RGB Variations
Color information
#B4A45C (or 0xB4A45C) is known color: Gimblet. HEX triplet: B4, A4 and 5C. RGB value is (180,164,92). Sum of RGB (Red+Green+Blue) = 180+164+92=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A45C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A45C is #4B5BA3. Grayscale: #A0A0A0. Windows color (decimal): -4938660 or 6071476. OLE color: 6071476.
HSL color Cylindrical-coordinate representation of color #B4A45C: hue angle of 49.09º 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 #B4A45C is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 92 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.29 |
| HSL | 49.09º | 0.37% | 0.53% | - |
| HSV(B) | 49.09º | 0.49% | 0.71% | - |
| XYZ | 34.03 | 37.03 | 15.48 | - |
| YUV | 160.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 92 | 0 | 0.09 | 0.49 | 0.29 | 49.09 | 0.37 | 0.53 |
| Hex | B4 | A4 | 5C | 0 | 9 | 31 | 1D | 31 | 25 | 35 |
| Octal | 264 | 244 | 134 | 0 | 11 | 61 | 35 | 61 | 45 | 65 |
| Binary | 10110100 | 10100100 | 1011100 | 0 | 1001 | 110001 | 11101 | 110001 | 100101 | 110101 |
Color Harmonies of #B4A45C
Complementary color
Monochromatic Colors of #B4A45C
Black with #B4A45C
Text Example
Text Example
White with #B4A45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A45C; }
p { color: rgb(180,164,92); }
H1.HeaderClassName
{
color: #B4A45C;
}
.AnyTagClassName
{
color: #B4A45C;
}
</style>
background-color css
<style>
a { background-color: #B4A45C; }
a { background-color: rgb(180,164,92); }
div.DivClassName
{
background-color: #B4A45C;
}
.BgClassName
{
background-color: #B4A45C;
}
</style>
border-color css
<style>
span { border-color: #B4A45C; }
span { border-color: rgb(180,164,92); }
td.TdClassName
{
border-color: #B4A45C;
}
.TagClassName
{
border-color: #B4A45C;
}
</style>