Shades of Gimblet #B2A871
Tints of Gimblet #B2A871
RGB
CMYK
RGB Variations
Color information
#B2A871 (or 0xB2A871) is known color: Gimblet. HEX triplet: B2, A8 and 71. RGB value is (178,168,113). Sum of RGB (Red+Green+Blue) = 178+168+113=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A871 is #4D578E. Grayscale: #A4A4A4. Windows color (decimal): -5068687 or 7448754. OLE color: 7448754.
HSL color Cylindrical-coordinate representation of color #B2A871: hue angle of 50.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2A871 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 168 | 113 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.30 |
| HSL | 50.77º | 0.3% | 0.57% | - |
| HSV(B) | 50.77º | 0.37% | 0.7% | - |
| XYZ | 35.34 | 38.66 | 21.22 | - |
| YUV | 164.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 113 | 0 | 0.06 | 0.37 | 0.30 | 50.77 | 0.3 | 0.57 |
| Hex | B2 | A8 | 71 | 0 | 6 | 25 | 1E | 33 | 1E | 39 |
| Octal | 262 | 250 | 161 | 0 | 6 | 45 | 36 | 63 | 36 | 71 |
| Binary | 10110010 | 10101000 | 1110001 | 0 | 110 | 100101 | 11110 | 110011 | 11110 | 111001 |
Color Harmonies of #B2A871
Complementary color
Monochromatic Colors of #B2A871
Black with #B2A871
Text Example
Text Example
White with #B2A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A871; }
p { color: rgb(178,168,113); }
H1.HeaderClassName
{
color: #B2A871;
}
.AnyTagClassName
{
color: #B2A871;
}
</style>
background-color css
<style>
a { background-color: #B2A871; }
a { background-color: rgb(178,168,113); }
div.DivClassName
{
background-color: #B2A871;
}
.BgClassName
{
background-color: #B2A871;
}
</style>
border-color css
<style>
span { border-color: #B2A871; }
span { border-color: rgb(178,168,113); }
td.TdClassName
{
border-color: #B2A871;
}
.TagClassName
{
border-color: #B2A871;
}
</style>