Shades of Gimblet #B3A961
Tints of Gimblet #B3A961
RGB
CMYK
RGB Variations
Color information
#B3A961 (or 0xB3A961) is known color: Gimblet. HEX triplet: B3, A9 and 61. RGB value is (179,169,97). Sum of RGB (Red+Green+Blue) = 179+169+97=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A961 is #4C569E. Grayscale: #A4A4A4. Windows color (decimal): -5002911 or 6400435. OLE color: 6400435.
HSL color Cylindrical-coordinate representation of color #B3A961: hue angle of 52.68º 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 #B3A961 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 97 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.30 |
| HSL | 52.68º | 0.35% | 0.54% | - |
| HSV(B) | 52.68º | 0.46% | 0.7% | - |
| XYZ | 34.94 | 38.82 | 16.96 | - |
| YUV | 163.78 | 90.31 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 97 | 0 | 0.06 | 0.46 | 0.30 | 52.68 | 0.35 | 0.54 |
| Hex | B3 | A9 | 61 | 0 | 6 | 2E | 1E | 35 | 23 | 36 |
| Octal | 263 | 251 | 141 | 0 | 6 | 56 | 36 | 65 | 43 | 66 |
| Binary | 10110011 | 10101001 | 1100001 | 0 | 110 | 101110 | 11110 | 110101 | 100011 | 110110 |
Color Harmonies of #B3A961
Complementary color
Monochromatic Colors of #B3A961
Black with #B3A961
Text Example
Text Example
White with #B3A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A961; }
p { color: rgb(179,169,97); }
H1.HeaderClassName
{
color: #B3A961;
}
.AnyTagClassName
{
color: #B3A961;
}
</style>
background-color css
<style>
a { background-color: #B3A961; }
a { background-color: rgb(179,169,97); }
div.DivClassName
{
background-color: #B3A961;
}
.BgClassName
{
background-color: #B3A961;
}
</style>
border-color css
<style>
span { border-color: #B3A961; }
span { border-color: rgb(179,169,97); }
td.TdClassName
{
border-color: #B3A961;
}
.TagClassName
{
border-color: #B3A961;
}
</style>