Shades of Gimblet #B0A25E
Tints of Gimblet #B0A25E
RGB
CMYK
RGB Variations
Color information
#B0A25E (or 0xB0A25E) is known color: Gimblet. HEX triplet: B0, A2 and 5E. RGB value is (176,162,94). Sum of RGB (Red+Green+Blue) = 176+162+94=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A25E is #4F5DA1. Grayscale: #9E9E9E. Windows color (decimal): -5201314 or 6202032. OLE color: 6202032.
HSL color Cylindrical-coordinate representation of color #B0A25E: hue angle of 49.76º 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 #B0A25E is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 162 | 94 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.31 |
| HSL | 49.76º | 0.34% | 0.53% | - |
| HSV(B) | 49.76º | 0.47% | 0.69% | - |
| XYZ | 32.85 | 35.88 | 15.78 | - |
| YUV | 158.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 94 | 0 | 0.08 | 0.47 | 0.31 | 49.76 | 0.34 | 0.53 |
| Hex | B0 | A2 | 5E | 0 | 8 | 2F | 1F | 32 | 22 | 35 |
| Octal | 260 | 242 | 136 | 0 | 10 | 57 | 37 | 62 | 42 | 65 |
| Binary | 10110000 | 10100010 | 1011110 | 0 | 1000 | 101111 | 11111 | 110010 | 100010 | 110101 |
Color Harmonies of #B0A25E
Complementary color
Monochromatic Colors of #B0A25E
Black with #B0A25E
Text Example
Text Example
White with #B0A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A25E; }
p { color: rgb(176,162,94); }
H1.HeaderClassName
{
color: #B0A25E;
}
.AnyTagClassName
{
color: #B0A25E;
}
</style>
background-color css
<style>
a { background-color: #B0A25E; }
a { background-color: rgb(176,162,94); }
div.DivClassName
{
background-color: #B0A25E;
}
.BgClassName
{
background-color: #B0A25E;
}
</style>
border-color css
<style>
span { border-color: #B0A25E; }
span { border-color: rgb(176,162,94); }
td.TdClassName
{
border-color: #B0A25E;
}
.TagClassName
{
border-color: #B0A25E;
}
</style>