Shades of Gimblet #B2A96C
Tints of Gimblet #B2A96C
RGB
CMYK
RGB Variations
Color information
#B2A96C (or 0xB2A96C) is known color: Gimblet. HEX triplet: B2, A9 and 6C. RGB value is (178,169,108). Sum of RGB (Red+Green+Blue) = 178+169+108=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A96C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A96C is #4D5693. Grayscale: #A4A4A4. Windows color (decimal): -5068436 or 7121330. OLE color: 7121330.
HSL color Cylindrical-coordinate representation of color #B2A96C: hue angle of 52.29º 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 #B2A96C is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 169 | 108 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.30 |
| HSL | 52.29º | 0.31% | 0.56% | - |
| HSV(B) | 52.29º | 0.39% | 0.7% | - |
| XYZ | 35.25 | 38.92 | 19.84 | - |
| YUV | 164.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 169 | 108 | 0 | 0.05 | 0.39 | 0.30 | 52.29 | 0.31 | 0.56 |
| Hex | B2 | A9 | 6C | 0 | 5 | 27 | 1E | 34 | 1F | 38 |
| Octal | 262 | 251 | 154 | 0 | 5 | 47 | 36 | 64 | 37 | 70 |
| Binary | 10110010 | 10101001 | 1101100 | 0 | 101 | 100111 | 11110 | 110100 | 11111 | 111000 |
Color Harmonies of #B2A96C
Complementary color
Monochromatic Colors of #B2A96C
Black with #B2A96C
Text Example
Text Example
White with #B2A96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A96C; }
p { color: rgb(178,169,108); }
H1.HeaderClassName
{
color: #B2A96C;
}
.AnyTagClassName
{
color: #B2A96C;
}
</style>
background-color css
<style>
a { background-color: #B2A96C; }
a { background-color: rgb(178,169,108); }
div.DivClassName
{
background-color: #B2A96C;
}
.BgClassName
{
background-color: #B2A96C;
}
</style>
border-color css
<style>
span { border-color: #B2A96C; }
span { border-color: rgb(178,169,108); }
td.TdClassName
{
border-color: #B2A96C;
}
.TagClassName
{
border-color: #B2A96C;
}
</style>