Shades of Gimblet #B5A870
Tints of Gimblet #B5A870
RGB
CMYK
RGB Variations
Color information
#B5A870 (or 0xB5A870) is known color: Gimblet. HEX triplet: B5, A8 and 70. RGB value is (181,168,112). Sum of RGB (Red+Green+Blue) = 181+168+112=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A870 is #4A578F. Grayscale: #A5A5A5. Windows color (decimal): -4872080 or 7383221. OLE color: 7383221.
HSL color Cylindrical-coordinate representation of color #B5A870: hue angle of 48.7º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5A870 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 112 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.29 |
| HSL | 48.7º | 0.32% | 0.57% | - |
| HSV(B) | 48.7º | 0.38% | 0.71% | - |
| XYZ | 35.98 | 39 | 20.96 | - |
| YUV | 165.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 112 | 0 | 0.07 | 0.38 | 0.29 | 48.7 | 0.32 | 0.57 |
| Hex | B5 | A8 | 70 | 0 | 7 | 26 | 1D | 31 | 20 | 39 |
| Octal | 265 | 250 | 160 | 0 | 7 | 46 | 35 | 61 | 40 | 71 |
| Binary | 10110101 | 10101000 | 1110000 | 0 | 111 | 100110 | 11101 | 110001 | 100000 | 111001 |
Color Harmonies of #B5A870
Complementary color
Monochromatic Colors of #B5A870
Black with #B5A870
Text Example
Text Example
White with #B5A870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A870; }
p { color: rgb(181,168,112); }
H1.HeaderClassName
{
color: #B5A870;
}
.AnyTagClassName
{
color: #B5A870;
}
</style>
background-color css
<style>
a { background-color: #B5A870; }
a { background-color: rgb(181,168,112); }
div.DivClassName
{
background-color: #B5A870;
}
.BgClassName
{
background-color: #B5A870;
}
</style>
border-color css
<style>
span { border-color: #B5A870; }
span { border-color: rgb(181,168,112); }
td.TdClassName
{
border-color: #B5A870;
}
.TagClassName
{
border-color: #B5A870;
}
</style>