Shades of Gimblet #B3A656
Tints of Gimblet #B3A656
RGB
CMYK
RGB Variations
Color information
#B3A656 (or 0xB3A656) is known color: Gimblet. HEX triplet: B3, A6 and 56. RGB value is (179,166,86). Sum of RGB (Red+Green+Blue) = 179+166+86=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A656 is #4C59A9. Grayscale: #A1A1A1. Windows color (decimal): -5003690 or 5678771. OLE color: 5678771.
HSL color Cylindrical-coordinate representation of color #B3A656: hue angle of 51.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3A656 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 166 | 86 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.30 |
| HSL | 51.61º | 0.38% | 0.52% | - |
| HSV(B) | 51.61º | 0.52% | 0.7% | - |
| XYZ | 33.91 | 37.53 | 14.26 | - |
| YUV | 160.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 86 | 0 | 0.07 | 0.52 | 0.30 | 51.61 | 0.38 | 0.52 |
| Hex | B3 | A6 | 56 | 0 | 7 | 34 | 1E | 34 | 26 | 34 |
| Octal | 263 | 246 | 126 | 0 | 7 | 64 | 36 | 64 | 46 | 64 |
| Binary | 10110011 | 10100110 | 1010110 | 0 | 111 | 110100 | 11110 | 110100 | 100110 | 110100 |
Color Harmonies of #B3A656
Complementary color
Monochromatic Colors of #B3A656
Black with #B3A656
Text Example
Text Example
White with #B3A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A656; }
p { color: rgb(179,166,86); }
H1.HeaderClassName
{
color: #B3A656;
}
.AnyTagClassName
{
color: #B3A656;
}
</style>
background-color css
<style>
a { background-color: #B3A656; }
a { background-color: rgb(179,166,86); }
div.DivClassName
{
background-color: #B3A656;
}
.BgClassName
{
background-color: #B3A656;
}
</style>
border-color css
<style>
span { border-color: #B3A656; }
span { border-color: rgb(179,166,86); }
td.TdClassName
{
border-color: #B3A656;
}
.TagClassName
{
border-color: #B3A656;
}
</style>