Shades of Gimblet #B2A856
Tints of Gimblet #B2A856
RGB
CMYK
RGB Variations
Color information
#B2A856 (or 0xB2A856) is known color: Gimblet. HEX triplet: B2, A8 and 56. RGB value is (178,168,86). Sum of RGB (Red+Green+Blue) = 178+168+86=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A856 is #4D57A9. Grayscale: #A1A1A1. Windows color (decimal): -5068714 or 5679282. OLE color: 5679282.
HSL color Cylindrical-coordinate representation of color #B2A856: hue angle of 53.48º 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 #B2A856 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 86 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.30 |
| HSL | 53.48º | 0.37% | 0.52% | - |
| HSV(B) | 53.48º | 0.52% | 0.7% | - |
| XYZ | 34.04 | 38.14 | 14.37 | - |
| YUV | 161.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 86 | 0 | 0.06 | 0.52 | 0.30 | 53.48 | 0.37 | 0.52 |
| Hex | B2 | A8 | 56 | 0 | 6 | 34 | 1E | 35 | 25 | 34 |
| Octal | 262 | 250 | 126 | 0 | 6 | 64 | 36 | 65 | 45 | 64 |
| Binary | 10110010 | 10101000 | 1010110 | 0 | 110 | 110100 | 11110 | 110101 | 100101 | 110100 |
Color Harmonies of #B2A856
Complementary color
Monochromatic Colors of #B2A856
Black with #B2A856
Text Example
Text Example
White with #B2A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A856; }
p { color: rgb(178,168,86); }
H1.HeaderClassName
{
color: #B2A856;
}
.AnyTagClassName
{
color: #B2A856;
}
</style>
background-color css
<style>
a { background-color: #B2A856; }
a { background-color: rgb(178,168,86); }
div.DivClassName
{
background-color: #B2A856;
}
.BgClassName
{
background-color: #B2A856;
}
</style>
border-color css
<style>
span { border-color: #B2A856; }
span { border-color: rgb(178,168,86); }
td.TdClassName
{
border-color: #B2A856;
}
.TagClassName
{
border-color: #B2A856;
}
</style>