Shades of Gimblet #B4A264
Tints of Gimblet #B4A264
RGB
CMYK
RGB Variations
Color information
#B4A264 (or 0xB4A264) is known color: Gimblet. HEX triplet: B4, A2 and 64. RGB value is (180,162,100). Sum of RGB (Red+Green+Blue) = 180+162+100=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A264 is #4B5D9B. Grayscale: #A0A0A0. Windows color (decimal): -4939164 or 6595252. OLE color: 6595252.
HSL color Cylindrical-coordinate representation of color #B4A264: hue angle of 46.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4A264 is Cyan = 0, Magento = 0.1, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 162 | 100 | - |
| CMYK | 0 | 0.1 | 0.44 | 0.29 |
| HSL | 46.5º | 0.35% | 0.55% | - |
| HSV(B) | 46.5º | 0.44% | 0.71% | - |
| XYZ | 34.04 | 36.46 | 17.3 | - |
| YUV | 160.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 162 | 100 | 0 | 0.1 | 0.44 | 0.29 | 46.5 | 0.35 | 0.55 |
| Hex | B4 | A2 | 64 | 0 | A | 2C | 1D | 2E | 23 | 37 |
| Octal | 264 | 242 | 144 | 0 | 12 | 54 | 35 | 56 | 43 | 67 |
| Binary | 10110100 | 10100010 | 1100100 | 0 | 1010 | 101100 | 11101 | 101110 | 100011 | 110111 |
Color Harmonies of #B4A264
Complementary color
Monochromatic Colors of #B4A264
Black with #B4A264
Text Example
Text Example
White with #B4A264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A264; }
p { color: rgb(180,162,100); }
H1.HeaderClassName
{
color: #B4A264;
}
.AnyTagClassName
{
color: #B4A264;
}
</style>
background-color css
<style>
a { background-color: #B4A264; }
a { background-color: rgb(180,162,100); }
div.DivClassName
{
background-color: #B4A264;
}
.BgClassName
{
background-color: #B4A264;
}
</style>
border-color css
<style>
span { border-color: #B4A264; }
span { border-color: rgb(180,162,100); }
td.TdClassName
{
border-color: #B4A264;
}
.TagClassName
{
border-color: #B4A264;
}
</style>