Shades of Gimblet #B2A858
Tints of Gimblet #B2A858
RGB
CMYK
RGB Variations
Color information
#B2A858 (or 0xB2A858) is known color: Gimblet. HEX triplet: B2, A8 and 58. RGB value is (178,168,88). Sum of RGB (Red+Green+Blue) = 178+168+88=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A858 is #4D57A7. Grayscale: #A2A2A2. Windows color (decimal): -5068712 or 5810354. OLE color: 5810354.
HSL color Cylindrical-coordinate representation of color #B2A858: hue angle of 53.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2A858 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 88 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.30 |
| HSL | 53.33º | 0.37% | 0.52% | - |
| HSV(B) | 53.33º | 0.51% | 0.7% | - |
| XYZ | 34.12 | 38.17 | 14.8 | - |
| YUV | 161.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 88 | 0 | 0.06 | 0.51 | 0.30 | 53.33 | 0.37 | 0.52 |
| Hex | B2 | A8 | 58 | 0 | 6 | 33 | 1E | 35 | 25 | 34 |
| Octal | 262 | 250 | 130 | 0 | 6 | 63 | 36 | 65 | 45 | 64 |
| Binary | 10110010 | 10101000 | 1011000 | 0 | 110 | 110011 | 11110 | 110101 | 100101 | 110100 |
Color Harmonies of #B2A858
Complementary color
Monochromatic Colors of #B2A858
Black with #B2A858
Text Example
Text Example
White with #B2A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A858; }
p { color: rgb(178,168,88); }
H1.HeaderClassName
{
color: #B2A858;
}
.AnyTagClassName
{
color: #B2A858;
}
</style>
background-color css
<style>
a { background-color: #B2A858; }
a { background-color: rgb(178,168,88); }
div.DivClassName
{
background-color: #B2A858;
}
.BgClassName
{
background-color: #B2A858;
}
</style>
border-color css
<style>
span { border-color: #B2A858; }
span { border-color: rgb(178,168,88); }
td.TdClassName
{
border-color: #B2A858;
}
.TagClassName
{
border-color: #B2A858;
}
</style>