Shades of Gimblet #B3A36E
Tints of Gimblet #B3A36E
RGB
CMYK
RGB Variations
Color information
#B3A36E (or 0xB3A36E) is known color: Gimblet. HEX triplet: B3, A3 and 6E. RGB value is (179,163,110). Sum of RGB (Red+Green+Blue) = 179+163+110=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A36E is #4C5C91. Grayscale: #A1A1A1. Windows color (decimal): -5004434 or 7250867. OLE color: 7250867.
HSL color Cylindrical-coordinate representation of color #B3A36E: hue angle of 46.09º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3A36E is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 110 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.30 |
| HSL | 46.09º | 0.31% | 0.57% | - |
| HSV(B) | 46.09º | 0.39% | 0.7% | - |
| XYZ | 34.5 | 36.9 | 20.06 | - |
| YUV | 161.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 110 | 0 | 0.09 | 0.39 | 0.30 | 46.09 | 0.31 | 0.57 |
| Hex | B3 | A3 | 6E | 0 | 9 | 27 | 1E | 2E | 1F | 39 |
| Octal | 263 | 243 | 156 | 0 | 11 | 47 | 36 | 56 | 37 | 71 |
| Binary | 10110011 | 10100011 | 1101110 | 0 | 1001 | 100111 | 11110 | 101110 | 11111 | 111001 |
Color Harmonies of #B3A36E
Complementary color
Monochromatic Colors of #B3A36E
Black with #B3A36E
Text Example
Text Example
White with #B3A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A36E; }
p { color: rgb(179,163,110); }
H1.HeaderClassName
{
color: #B3A36E;
}
.AnyTagClassName
{
color: #B3A36E;
}
</style>
background-color css
<style>
a { background-color: #B3A36E; }
a { background-color: rgb(179,163,110); }
div.DivClassName
{
background-color: #B3A36E;
}
.BgClassName
{
background-color: #B3A36E;
}
</style>
border-color css
<style>
span { border-color: #B3A36E; }
span { border-color: rgb(179,163,110); }
td.TdClassName
{
border-color: #B3A36E;
}
.TagClassName
{
border-color: #B3A36E;
}
</style>