Shades of Gimblet #B3A361
Tints of Gimblet #B3A361
RGB
CMYK
RGB Variations
Color information
#B3A361 (or 0xB3A361) is known color: Gimblet. HEX triplet: B3, A3 and 61. RGB value is (179,163,97). Sum of RGB (Red+Green+Blue) = 179+163+97=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A361 is #4C5C9E. Grayscale: #A0A0A0. Windows color (decimal): -5004447 or 6398899. OLE color: 6398899.
HSL color Cylindrical-coordinate representation of color #B3A361: hue angle of 48.29º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3A361 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 163 | 97 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.30 |
| HSL | 48.29º | 0.35% | 0.54% | - |
| HSV(B) | 48.29º | 0.46% | 0.7% | - |
| XYZ | 33.85 | 36.64 | 16.6 | - |
| YUV | 160.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 163 | 97 | 0 | 0.09 | 0.46 | 0.30 | 48.29 | 0.35 | 0.54 |
| Hex | B3 | A3 | 61 | 0 | 9 | 2E | 1E | 30 | 23 | 36 |
| Octal | 263 | 243 | 141 | 0 | 11 | 56 | 36 | 60 | 43 | 66 |
| Binary | 10110011 | 10100011 | 1100001 | 0 | 1001 | 101110 | 11110 | 110000 | 100011 | 110110 |
Color Harmonies of #B3A361
Complementary color
Monochromatic Colors of #B3A361
Black with #B3A361
Text Example
Text Example
White with #B3A361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A361; }
p { color: rgb(179,163,97); }
H1.HeaderClassName
{
color: #B3A361;
}
.AnyTagClassName
{
color: #B3A361;
}
</style>
background-color css
<style>
a { background-color: #B3A361; }
a { background-color: rgb(179,163,97); }
div.DivClassName
{
background-color: #B3A361;
}
.BgClassName
{
background-color: #B3A361;
}
</style>
border-color css
<style>
span { border-color: #B3A361; }
span { border-color: rgb(179,163,97); }
td.TdClassName
{
border-color: #B3A361;
}
.TagClassName
{
border-color: #B3A361;
}
</style>