Shades of Gimblet #B3A561
Tints of Gimblet #B3A561
RGB
CMYK
RGB Variations
Color information
#B3A561 (or 0xB3A561) is known color: Gimblet. HEX triplet: B3, A5 and 61. RGB value is (179,165,97). Sum of RGB (Red+Green+Blue) = 179+165+97=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A561 is #4C5A9E. Grayscale: #A1A1A1. Windows color (decimal): -5003935 or 6399411. OLE color: 6399411.
HSL color Cylindrical-coordinate representation of color #B3A561: hue angle of 49.76º 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 #B3A561 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 165 | 97 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.30 |
| HSL | 49.76º | 0.35% | 0.54% | - |
| HSV(B) | 49.76º | 0.46% | 0.7% | - |
| XYZ | 34.2 | 37.36 | 16.72 | - |
| YUV | 161.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 165 | 97 | 0 | 0.08 | 0.46 | 0.30 | 49.76 | 0.35 | 0.54 |
| Hex | B3 | A5 | 61 | 0 | 8 | 2E | 1E | 32 | 23 | 36 |
| Octal | 263 | 245 | 141 | 0 | 10 | 56 | 36 | 62 | 43 | 66 |
| Binary | 10110011 | 10100101 | 1100001 | 0 | 1000 | 101110 | 11110 | 110010 | 100011 | 110110 |
Color Harmonies of #B3A561
Complementary color
Monochromatic Colors of #B3A561
Black with #B3A561
Text Example
Text Example
White with #B3A561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A561; }
p { color: rgb(179,165,97); }
H1.HeaderClassName
{
color: #B3A561;
}
.AnyTagClassName
{
color: #B3A561;
}
</style>
background-color css
<style>
a { background-color: #B3A561; }
a { background-color: rgb(179,165,97); }
div.DivClassName
{
background-color: #B3A561;
}
.BgClassName
{
background-color: #B3A561;
}
</style>
border-color css
<style>
span { border-color: #B3A561; }
span { border-color: rgb(179,165,97); }
td.TdClassName
{
border-color: #B3A561;
}
.TagClassName
{
border-color: #B3A561;
}
</style>