Shades of Gimblet #B3A870
Tints of Gimblet #B3A870
RGB
CMYK
RGB Variations
Color information
#B3A870 (or 0xB3A870) is known color: Gimblet. HEX triplet: B3, A8 and 70. RGB value is (179,168,112). Sum of RGB (Red+Green+Blue) = 179+168+112=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A870 is #4C578F. Grayscale: #A5A5A5. Windows color (decimal): -5003152 or 7383219. OLE color: 7383219.
HSL color Cylindrical-coordinate representation of color #B3A870: hue angle of 50.15º degrees, saturation: 0.31, 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 #B3A870 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 112 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.30 |
| HSL | 50.15º | 0.31% | 0.57% | - |
| HSV(B) | 50.15º | 0.37% | 0.7% | - |
| XYZ | 35.52 | 38.76 | 20.94 | - |
| YUV | 164.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 112 | 0 | 0.06 | 0.37 | 0.30 | 50.15 | 0.31 | 0.57 |
| Hex | B3 | A8 | 70 | 0 | 6 | 25 | 1E | 32 | 1F | 39 |
| Octal | 263 | 250 | 160 | 0 | 6 | 45 | 36 | 62 | 37 | 71 |
| Binary | 10110011 | 10101000 | 1110000 | 0 | 110 | 100101 | 11110 | 110010 | 11111 | 111001 |
Color Harmonies of #B3A870
Complementary color
Monochromatic Colors of #B3A870
Black with #B3A870
Text Example
Text Example
White with #B3A870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A870; }
p { color: rgb(179,168,112); }
H1.HeaderClassName
{
color: #B3A870;
}
.AnyTagClassName
{
color: #B3A870;
}
</style>
background-color css
<style>
a { background-color: #B3A870; }
a { background-color: rgb(179,168,112); }
div.DivClassName
{
background-color: #B3A870;
}
.BgClassName
{
background-color: #B3A870;
}
</style>
border-color css
<style>
span { border-color: #B3A870; }
span { border-color: rgb(179,168,112); }
td.TdClassName
{
border-color: #B3A870;
}
.TagClassName
{
border-color: #B3A870;
}
</style>