Shades of Gimblet #B2A35E
Tints of Gimblet #B2A35E
RGB
CMYK
RGB Variations
Color information
#B2A35E (or 0xB2A35E) is known color: Gimblet. HEX triplet: B2, A3 and 5E. RGB value is (178,163,94). Sum of RGB (Red+Green+Blue) = 178+163+94=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A35E is #4D5CA1. Grayscale: #9F9F9F. Windows color (decimal): -5069986 or 6202290. OLE color: 6202290.
HSL color Cylindrical-coordinate representation of color #B2A35E: hue angle of 49.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2A35E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 94 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.30 |
| HSL | 49.29º | 0.35% | 0.53% | - |
| HSV(B) | 49.29º | 0.47% | 0.7% | - |
| XYZ | 33.48 | 36.47 | 15.86 | - |
| YUV | 159.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 94 | 0 | 0.08 | 0.47 | 0.30 | 49.29 | 0.35 | 0.53 |
| Hex | B2 | A3 | 5E | 0 | 8 | 2F | 1E | 31 | 23 | 35 |
| Octal | 262 | 243 | 136 | 0 | 10 | 57 | 36 | 61 | 43 | 65 |
| Binary | 10110010 | 10100011 | 1011110 | 0 | 1000 | 101111 | 11110 | 110001 | 100011 | 110101 |
Color Harmonies of #B2A35E
Complementary color
Monochromatic Colors of #B2A35E
Black with #B2A35E
Text Example
Text Example
White with #B2A35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A35E; }
p { color: rgb(178,163,94); }
H1.HeaderClassName
{
color: #B2A35E;
}
.AnyTagClassName
{
color: #B2A35E;
}
</style>
background-color css
<style>
a { background-color: #B2A35E; }
a { background-color: rgb(178,163,94); }
div.DivClassName
{
background-color: #B2A35E;
}
.BgClassName
{
background-color: #B2A35E;
}
</style>
border-color css
<style>
span { border-color: #B2A35E; }
span { border-color: rgb(178,163,94); }
td.TdClassName
{
border-color: #B2A35E;
}
.TagClassName
{
border-color: #B2A35E;
}
</style>