Shades of Gimblet #B2A670
Tints of Gimblet #B2A670
RGB
CMYK
RGB Variations
Color information
#B2A670 (or 0xB2A670) is known color: Gimblet. HEX triplet: B2, A6 and 70. RGB value is (178,166,112). Sum of RGB (Red+Green+Blue) = 178+166+112=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A670 is #4D598F. Grayscale: #A3A3A3. Windows color (decimal): -5069200 or 7382706. OLE color: 7382706.
HSL color Cylindrical-coordinate representation of color #B2A670: hue angle of 49.09º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2A670 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 166 | 112 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.30 |
| HSL | 49.09º | 0.3% | 0.57% | - |
| HSV(B) | 49.09º | 0.37% | 0.7% | - |
| XYZ | 34.92 | 37.91 | 20.81 | - |
| YUV | 163.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 112 | 0 | 0.07 | 0.37 | 0.30 | 49.09 | 0.3 | 0.57 |
| Hex | B2 | A6 | 70 | 0 | 7 | 25 | 1E | 31 | 1E | 39 |
| Octal | 262 | 246 | 160 | 0 | 7 | 45 | 36 | 61 | 36 | 71 |
| Binary | 10110010 | 10100110 | 1110000 | 0 | 111 | 100101 | 11110 | 110001 | 11110 | 111001 |
Color Harmonies of #B2A670
Complementary color
Monochromatic Colors of #B2A670
Black with #B2A670
Text Example
Text Example
White with #B2A670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A670; }
p { color: rgb(178,166,112); }
H1.HeaderClassName
{
color: #B2A670;
}
.AnyTagClassName
{
color: #B2A670;
}
</style>
background-color css
<style>
a { background-color: #B2A670; }
a { background-color: rgb(178,166,112); }
div.DivClassName
{
background-color: #B2A670;
}
.BgClassName
{
background-color: #B2A670;
}
</style>
border-color css
<style>
span { border-color: #B2A670; }
span { border-color: rgb(178,166,112); }
td.TdClassName
{
border-color: #B2A670;
}
.TagClassName
{
border-color: #B2A670;
}
</style>