Shades of Gimblet #B0AA5E
Tints of Gimblet #B0AA5E
RGB
CMYK
RGB Variations
Color information
#B0AA5E (or 0xB0AA5E) is known color: Gimblet. HEX triplet: B0, AA and 5E. RGB value is (176,170,94). Sum of RGB (Red+Green+Blue) = 176+170+94=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AA5E is #4F55A1. Grayscale: #A3A3A3. Windows color (decimal): -5199266 or 6204080. OLE color: 6204080.
HSL color Cylindrical-coordinate representation of color #B0AA5E: hue angle of 55.61º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0AA5E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 170 | 94 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.31 |
| HSL | 55.61º | 0.34% | 0.53% | - |
| HSV(B) | 55.61º | 0.47% | 0.69% | - |
| XYZ | 34.3 | 38.79 | 16.27 | - |
| YUV | 163.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 170 | 94 | 0 | 0.03 | 0.47 | 0.31 | 55.61 | 0.34 | 0.53 |
| Hex | B0 | AA | 5E | 0 | 3 | 2F | 1F | 38 | 22 | 35 |
| Octal | 260 | 252 | 136 | 0 | 3 | 57 | 37 | 70 | 42 | 65 |
| Binary | 10110000 | 10101010 | 1011110 | 0 | 11 | 101111 | 11111 | 111000 | 100010 | 110101 |
Color Harmonies of #B0AA5E
Complementary color
Monochromatic Colors of #B0AA5E
Black with #B0AA5E
Text Example
Text Example
White with #B0AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AA5E; }
p { color: rgb(176,170,94); }
H1.HeaderClassName
{
color: #B0AA5E;
}
.AnyTagClassName
{
color: #B0AA5E;
}
</style>
background-color css
<style>
a { background-color: #B0AA5E; }
a { background-color: rgb(176,170,94); }
div.DivClassName
{
background-color: #B0AA5E;
}
.BgClassName
{
background-color: #B0AA5E;
}
</style>
border-color css
<style>
span { border-color: #B0AA5E; }
span { border-color: rgb(176,170,94); }
td.TdClassName
{
border-color: #B0AA5E;
}
.TagClassName
{
border-color: #B0AA5E;
}
</style>