Shades of Gimblet #B2A36E
Tints of Gimblet #B2A36E
RGB
CMYK
RGB Variations
Color information
#B2A36E (or 0xB2A36E) is known color: Gimblet. HEX triplet: B2, A3 and 6E. RGB value is (178,163,110). Sum of RGB (Red+Green+Blue) = 178+163+110=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A36E is #4D5C91. Grayscale: #A1A1A1. Windows color (decimal): -5069970 or 7250866. OLE color: 7250866.
HSL color Cylindrical-coordinate representation of color #B2A36E: hue angle of 46.76º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2A36E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 163 | 110 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.30 |
| HSL | 46.76º | 0.31% | 0.56% | - |
| HSV(B) | 46.76º | 0.38% | 0.7% | - |
| XYZ | 34.27 | 36.79 | 20.05 | - |
| YUV | 161.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 110 | 0 | 0.08 | 0.38 | 0.30 | 46.76 | 0.31 | 0.56 |
| Hex | B2 | A3 | 6E | 0 | 8 | 26 | 1E | 2F | 1F | 38 |
| Octal | 262 | 243 | 156 | 0 | 10 | 46 | 36 | 57 | 37 | 70 |
| Binary | 10110010 | 10100011 | 1101110 | 0 | 1000 | 100110 | 11110 | 101111 | 11111 | 111000 |
Color Harmonies of #B2A36E
Complementary color
Monochromatic Colors of #B2A36E
Black with #B2A36E
Text Example
Text Example
White with #B2A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A36E; }
p { color: rgb(178,163,110); }
H1.HeaderClassName
{
color: #B2A36E;
}
.AnyTagClassName
{
color: #B2A36E;
}
</style>
background-color css
<style>
a { background-color: #B2A36E; }
a { background-color: rgb(178,163,110); }
div.DivClassName
{
background-color: #B2A36E;
}
.BgClassName
{
background-color: #B2A36E;
}
</style>
border-color css
<style>
span { border-color: #B2A36E; }
span { border-color: rgb(178,163,110); }
td.TdClassName
{
border-color: #B2A36E;
}
.TagClassName
{
border-color: #B2A36E;
}
</style>