Shades of Gimblet #B2A656
Tints of Gimblet #B2A656
RGB
CMYK
RGB Variations
Color information
#B2A656 (or 0xB2A656) is known color: Gimblet. HEX triplet: B2, A6 and 56. RGB value is (178,166,86). Sum of RGB (Red+Green+Blue) = 178+166+86=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A656 is #4D59A9. Grayscale: #A0A0A0. Windows color (decimal): -5069226 or 5678770. OLE color: 5678770.
HSL color Cylindrical-coordinate representation of color #B2A656: hue angle of 52.17º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2A656 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 86 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.30 |
| HSL | 52.17º | 0.37% | 0.52% | - |
| HSV(B) | 52.17º | 0.52% | 0.7% | - |
| XYZ | 33.68 | 37.41 | 14.25 | - |
| YUV | 160.47 | 85.98 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 86 | 0 | 0.07 | 0.52 | 0.30 | 52.17 | 0.37 | 0.52 |
| Hex | B2 | A6 | 56 | 0 | 7 | 34 | 1E | 34 | 25 | 34 |
| Octal | 262 | 246 | 126 | 0 | 7 | 64 | 36 | 64 | 45 | 64 |
| Binary | 10110010 | 10100110 | 1010110 | 0 | 111 | 110100 | 11110 | 110100 | 100101 | 110100 |
Color Harmonies of #B2A656
Complementary color
Monochromatic Colors of #B2A656
Black with #B2A656
Text Example
Text Example
White with #B2A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A656; }
p { color: rgb(178,166,86); }
H1.HeaderClassName
{
color: #B2A656;
}
.AnyTagClassName
{
color: #B2A656;
}
</style>
background-color css
<style>
a { background-color: #B2A656; }
a { background-color: rgb(178,166,86); }
div.DivClassName
{
background-color: #B2A656;
}
.BgClassName
{
background-color: #B2A656;
}
</style>
border-color css
<style>
span { border-color: #B2A656; }
span { border-color: rgb(178,166,86); }
td.TdClassName
{
border-color: #B2A656;
}
.TagClassName
{
border-color: #B2A656;
}
</style>