Shades of Gimblet #B3A771
Tints of Gimblet #B3A771
RGB
CMYK
RGB Variations
Color information
#B3A771 (or 0xB3A771) is known color: Gimblet. HEX triplet: B3, A7 and 71. RGB value is (179,167,113). Sum of RGB (Red+Green+Blue) = 179+167+113=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A771 is #4C588E. Grayscale: #A4A4A4. Windows color (decimal): -5003407 or 7448499. OLE color: 7448499.
HSL color Cylindrical-coordinate representation of color #B3A771: 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 #B3A771 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 167 | 113 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.30 |
| HSL | 49.09º | 0.3% | 0.57% | - |
| HSV(B) | 49.09º | 0.37% | 0.7% | - |
| XYZ | 35.39 | 38.41 | 21.17 | - |
| YUV | 164.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 167 | 113 | 0 | 0.07 | 0.37 | 0.30 | 49.09 | 0.3 | 0.57 |
| Hex | B3 | A7 | 71 | 0 | 7 | 25 | 1E | 31 | 1E | 39 |
| Octal | 263 | 247 | 161 | 0 | 7 | 45 | 36 | 61 | 36 | 71 |
| Binary | 10110011 | 10100111 | 1110001 | 0 | 111 | 100101 | 11110 | 110001 | 11110 | 111001 |
Color Harmonies of #B3A771
Complementary color
Monochromatic Colors of #B3A771
Black with #B3A771
Text Example
Text Example
White with #B3A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A771; }
p { color: rgb(179,167,113); }
H1.HeaderClassName
{
color: #B3A771;
}
.AnyTagClassName
{
color: #B3A771;
}
</style>
background-color css
<style>
a { background-color: #B3A771; }
a { background-color: rgb(179,167,113); }
div.DivClassName
{
background-color: #B3A771;
}
.BgClassName
{
background-color: #B3A771;
}
</style>
border-color css
<style>
span { border-color: #B3A771; }
span { border-color: rgb(179,167,113); }
td.TdClassName
{
border-color: #B3A771;
}
.TagClassName
{
border-color: #B3A771;
}
</style>