Shades of Gimblet #B4A463
Tints of Gimblet #B4A463
RGB
CMYK
RGB Variations
Color information
#B4A463 (or 0xB4A463) is known color: Gimblet. HEX triplet: B4, A4 and 63. RGB value is (180,164,99). Sum of RGB (Red+Green+Blue) = 180+164+99=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A463 is #4B5B9C. Grayscale: #A1A1A1. Windows color (decimal): -4938653 or 6530228. OLE color: 6530228.
HSL color Cylindrical-coordinate representation of color #B4A463: hue angle of 48.15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4A463 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 99 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.29 |
| HSL | 48.15º | 0.35% | 0.55% | - |
| HSV(B) | 48.15º | 0.45% | 0.71% | - |
| XYZ | 34.35 | 37.16 | 17.17 | - |
| YUV | 161.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 99 | 0 | 0.09 | 0.45 | 0.29 | 48.15 | 0.35 | 0.55 |
| Hex | B4 | A4 | 63 | 0 | 9 | 2D | 1D | 30 | 23 | 37 |
| Octal | 264 | 244 | 143 | 0 | 11 | 55 | 35 | 60 | 43 | 67 |
| Binary | 10110100 | 10100100 | 1100011 | 0 | 1001 | 101101 | 11101 | 110000 | 100011 | 110111 |
Color Harmonies of #B4A463
Complementary color
Monochromatic Colors of #B4A463
Black with #B4A463
Text Example
Text Example
White with #B4A463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A463; }
p { color: rgb(180,164,99); }
H1.HeaderClassName
{
color: #B4A463;
}
.AnyTagClassName
{
color: #B4A463;
}
</style>
background-color css
<style>
a { background-color: #B4A463; }
a { background-color: rgb(180,164,99); }
div.DivClassName
{
background-color: #B4A463;
}
.BgClassName
{
background-color: #B4A463;
}
</style>
border-color css
<style>
span { border-color: #B4A463; }
span { border-color: rgb(180,164,99); }
td.TdClassName
{
border-color: #B4A463;
}
.TagClassName
{
border-color: #B4A463;
}
</style>