Shades of Gimblet #B2AB61
Tints of Gimblet #B2AB61
RGB
CMYK
RGB Variations
Color information
#B2AB61 (or 0xB2AB61) is known color: Gimblet. HEX triplet: B2, AB and 61. RGB value is (178,171,97). Sum of RGB (Red+Green+Blue) = 178+171+97=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 97 (38.28% from 255 or 21.75% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AB61 is #4D549E. Grayscale: #A4A4A4. Windows color (decimal): -5067935 or 6400946. OLE color: 6400946.
HSL color Cylindrical-coordinate representation of color #B2AB61: hue angle of 54.81º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2AB61 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 171 | 97 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.30 |
| HSL | 54.81º | 0.34% | 0.54% | - |
| HSV(B) | 54.81º | 0.46% | 0.7% | - |
| XYZ | 35.08 | 39.45 | 17.08 | - |
| YUV | 164.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 171 | 97 | 0 | 0.04 | 0.46 | 0.30 | 54.81 | 0.34 | 0.54 |
| Hex | B2 | AB | 61 | 0 | 4 | 2E | 1E | 37 | 22 | 36 |
| Octal | 262 | 253 | 141 | 0 | 4 | 56 | 36 | 67 | 42 | 66 |
| Binary | 10110010 | 10101011 | 1100001 | 0 | 100 | 101110 | 11110 | 110111 | 100010 | 110110 |
Color Harmonies of #B2AB61
Complementary color
Monochromatic Colors of #B2AB61
Black with #B2AB61
Text Example
Text Example
White with #B2AB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AB61; }
p { color: rgb(178,171,97); }
H1.HeaderClassName
{
color: #B2AB61;
}
.AnyTagClassName
{
color: #B2AB61;
}
</style>
background-color css
<style>
a { background-color: #B2AB61; }
a { background-color: rgb(178,171,97); }
div.DivClassName
{
background-color: #B2AB61;
}
.BgClassName
{
background-color: #B2AB61;
}
</style>
border-color css
<style>
span { border-color: #B2AB61; }
span { border-color: rgb(178,171,97); }
td.TdClassName
{
border-color: #B2AB61;
}
.TagClassName
{
border-color: #B2AB61;
}
</style>