Shades of Gimblet #B2A15E
Tints of Gimblet #B2A15E
RGB
CMYK
RGB Variations
Color information
#B2A15E (or 0xB2A15E) is known color: Gimblet. HEX triplet: B2, A1 and 5E. RGB value is (178,161,94). Sum of RGB (Red+Green+Blue) = 178+161+94=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A15E is #4D5EA1. Grayscale: #9E9E9E. Windows color (decimal): -5070498 or 6201778. OLE color: 6201778.
HSL color Cylindrical-coordinate representation of color #B2A15E: hue angle of 47.86º 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 #B2A15E is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 161 | 94 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.30 |
| HSL | 47.86º | 0.35% | 0.53% | - |
| HSV(B) | 47.86º | 0.47% | 0.7% | - |
| XYZ | 33.13 | 35.76 | 15.75 | - |
| YUV | 158.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 94 | 0 | 0.10 | 0.47 | 0.30 | 47.86 | 0.35 | 0.53 |
| Hex | B2 | A1 | 5E | 0 | A | 2F | 1E | 30 | 23 | 35 |
| Octal | 262 | 241 | 136 | 0 | 12 | 57 | 36 | 60 | 43 | 65 |
| Binary | 10110010 | 10100001 | 1011110 | 0 | 1010 | 101111 | 11110 | 110000 | 100011 | 110101 |
Color Harmonies of #B2A15E
Complementary color
Monochromatic Colors of #B2A15E
Black with #B2A15E
Text Example
Text Example
White with #B2A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A15E; }
p { color: rgb(178,161,94); }
H1.HeaderClassName
{
color: #B2A15E;
}
.AnyTagClassName
{
color: #B2A15E;
}
</style>
background-color css
<style>
a { background-color: #B2A15E; }
a { background-color: rgb(178,161,94); }
div.DivClassName
{
background-color: #B2A15E;
}
.BgClassName
{
background-color: #B2A15E;
}
</style>
border-color css
<style>
span { border-color: #B2A15E; }
span { border-color: rgb(178,161,94); }
td.TdClassName
{
border-color: #B2A15E;
}
.TagClassName
{
border-color: #B2A15E;
}
</style>