Shades of Gimblet #B5A970
Tints of Gimblet #B5A970
RGB
CMYK
RGB Variations
Color information
#B5A970 (or 0xB5A970) is known color: Gimblet. HEX triplet: B5, A9 and 70. RGB value is (181,169,112). Sum of RGB (Red+Green+Blue) = 181+169+112=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A970 is #4A568F. Grayscale: #A6A6A6. Windows color (decimal): -4871824 or 7383477. OLE color: 7383477.
HSL color Cylindrical-coordinate representation of color #B5A970: hue angle of 49.57º 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 #B5A970 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 169 | 112 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.29 |
| HSL | 49.57º | 0.32% | 0.57% | - |
| HSV(B) | 49.57º | 0.38% | 0.71% | - |
| XYZ | 36.17 | 39.37 | 21.02 | - |
| YUV | 166.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 169 | 112 | 0 | 0.07 | 0.38 | 0.29 | 49.57 | 0.32 | 0.57 |
| Hex | B5 | A9 | 70 | 0 | 7 | 26 | 1D | 32 | 20 | 39 |
| Octal | 265 | 251 | 160 | 0 | 7 | 46 | 35 | 62 | 40 | 71 |
| Binary | 10110101 | 10101001 | 1110000 | 0 | 111 | 100110 | 11101 | 110010 | 100000 | 111001 |
Color Harmonies of #B5A970
Complementary color
Monochromatic Colors of #B5A970
Black with #B5A970
Text Example
Text Example
White with #B5A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A970; }
p { color: rgb(181,169,112); }
H1.HeaderClassName
{
color: #B5A970;
}
.AnyTagClassName
{
color: #B5A970;
}
</style>
background-color css
<style>
a { background-color: #B5A970; }
a { background-color: rgb(181,169,112); }
div.DivClassName
{
background-color: #B5A970;
}
.BgClassName
{
background-color: #B5A970;
}
</style>
border-color css
<style>
span { border-color: #B5A970; }
span { border-color: rgb(181,169,112); }
td.TdClassName
{
border-color: #B5A970;
}
.TagClassName
{
border-color: #B5A970;
}
</style>