Shades of Gimblet #B2A26D
Tints of Gimblet #B2A26D
RGB
CMYK
RGB Variations
Color information
#B2A26D (or 0xB2A26D) is known color: Gimblet. HEX triplet: B2, A2 and 6D. RGB value is (178,162,109). Sum of RGB (Red+Green+Blue) = 178+162+109=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A26D is #4D5D92. Grayscale: #A0A0A0. Windows color (decimal): -5070227 or 7185074. OLE color: 7185074.
HSL color Cylindrical-coordinate representation of color #B2A26D: hue angle of 46.09º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2A26D is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 162 | 109 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.30 |
| HSL | 46.09º | 0.31% | 0.56% | - |
| HSV(B) | 46.09º | 0.39% | 0.7% | - |
| XYZ | 34.04 | 36.41 | 19.7 | - |
| YUV | 160.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 109 | 0 | 0.09 | 0.39 | 0.30 | 46.09 | 0.31 | 0.56 |
| Hex | B2 | A2 | 6D | 0 | 9 | 27 | 1E | 2E | 1F | 38 |
| Octal | 262 | 242 | 155 | 0 | 11 | 47 | 36 | 56 | 37 | 70 |
| Binary | 10110010 | 10100010 | 1101101 | 0 | 1001 | 100111 | 11110 | 101110 | 11111 | 111000 |
Color Harmonies of #B2A26D
Complementary color
Monochromatic Colors of #B2A26D
Black with #B2A26D
Text Example
Text Example
White with #B2A26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A26D; }
p { color: rgb(178,162,109); }
H1.HeaderClassName
{
color: #B2A26D;
}
.AnyTagClassName
{
color: #B2A26D;
}
</style>
background-color css
<style>
a { background-color: #B2A26D; }
a { background-color: rgb(178,162,109); }
div.DivClassName
{
background-color: #B2A26D;
}
.BgClassName
{
background-color: #B2A26D;
}
</style>
border-color css
<style>
span { border-color: #B2A26D; }
span { border-color: rgb(178,162,109); }
td.TdClassName
{
border-color: #B2A26D;
}
.TagClassName
{
border-color: #B2A26D;
}
</style>