Shades of Gimblet #B4A466
Tints of Gimblet #B4A466
RGB
CMYK
RGB Variations
Color information
#B4A466 (or 0xB4A466) is known color: Gimblet. HEX triplet: B4, A4 and 66. RGB value is (180,164,102). Sum of RGB (Red+Green+Blue) = 180+164+102=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A466 is #4B5B99. Grayscale: #A1A1A1. Windows color (decimal): -4938650 or 6726836. OLE color: 6726836.
HSL color Cylindrical-coordinate representation of color #B4A466: hue angle of 47.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4A466 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 164 | 102 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.29 |
| HSL | 47.69º | 0.34% | 0.55% | - |
| HSV(B) | 47.69º | 0.43% | 0.71% | - |
| XYZ | 34.5 | 37.21 | 17.94 | - |
| YUV | 161.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 164 | 102 | 0 | 0.09 | 0.43 | 0.29 | 47.69 | 0.34 | 0.55 |
| Hex | B4 | A4 | 66 | 0 | 9 | 2B | 1D | 30 | 22 | 37 |
| Octal | 264 | 244 | 146 | 0 | 11 | 53 | 35 | 60 | 42 | 67 |
| Binary | 10110100 | 10100100 | 1100110 | 0 | 1001 | 101011 | 11101 | 110000 | 100010 | 110111 |
Color Harmonies of #B4A466
Complementary color
Monochromatic Colors of #B4A466
Black with #B4A466
Text Example
Text Example
White with #B4A466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A466; }
p { color: rgb(180,164,102); }
H1.HeaderClassName
{
color: #B4A466;
}
.AnyTagClassName
{
color: #B4A466;
}
</style>
background-color css
<style>
a { background-color: #B4A466; }
a { background-color: rgb(180,164,102); }
div.DivClassName
{
background-color: #B4A466;
}
.BgClassName
{
background-color: #B4A466;
}
</style>
border-color css
<style>
span { border-color: #B4A466; }
span { border-color: rgb(180,164,102); }
td.TdClassName
{
border-color: #B4A466;
}
.TagClassName
{
border-color: #B4A466;
}
</style>