Shades of Gimblet #B3A261
Tints of Gimblet #B3A261
RGB
CMYK
RGB Variations
Color information
#B3A261 (or 0xB3A261) is known color: Gimblet. HEX triplet: B3, A2 and 61. RGB value is (179,162,97). Sum of RGB (Red+Green+Blue) = 179+162+97=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A261 is #4C5D9E. Grayscale: #9F9F9F. Windows color (decimal): -5004703 or 6398643. OLE color: 6398643.
HSL color Cylindrical-coordinate representation of color #B3A261: hue angle of 47.56º 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 #B3A261 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 162 | 97 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.30 |
| HSL | 47.56º | 0.35% | 0.54% | - |
| HSV(B) | 47.56º | 0.46% | 0.7% | - |
| XYZ | 33.67 | 36.29 | 16.54 | - |
| YUV | 159.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 162 | 97 | 0 | 0.09 | 0.46 | 0.30 | 47.56 | 0.35 | 0.54 |
| Hex | B3 | A2 | 61 | 0 | 9 | 2E | 1E | 30 | 23 | 36 |
| Octal | 263 | 242 | 141 | 0 | 11 | 56 | 36 | 60 | 43 | 66 |
| Binary | 10110011 | 10100010 | 1100001 | 0 | 1001 | 101110 | 11110 | 110000 | 100011 | 110110 |
Color Harmonies of #B3A261
Complementary color
Monochromatic Colors of #B3A261
Black with #B3A261
Text Example
Text Example
White with #B3A261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A261; }
p { color: rgb(179,162,97); }
H1.HeaderClassName
{
color: #B3A261;
}
.AnyTagClassName
{
color: #B3A261;
}
</style>
background-color css
<style>
a { background-color: #B3A261; }
a { background-color: rgb(179,162,97); }
div.DivClassName
{
background-color: #B3A261;
}
.BgClassName
{
background-color: #B3A261;
}
</style>
border-color css
<style>
span { border-color: #B3A261; }
span { border-color: rgb(179,162,97); }
td.TdClassName
{
border-color: #B3A261;
}
.TagClassName
{
border-color: #B3A261;
}
</style>