Shades of Gimblet #B0A55E
Tints of Gimblet #B0A55E
RGB
CMYK
RGB Variations
Color information
#B0A55E (or 0xB0A55E) is known color: Gimblet. HEX triplet: B0, A5 and 5E. RGB value is (176,165,94). Sum of RGB (Red+Green+Blue) = 176+165+94=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A55E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A55E is #4F5AA1. Grayscale: #A0A0A0. Windows color (decimal): -5200546 or 6202800. OLE color: 6202800.
HSL color Cylindrical-coordinate representation of color #B0A55E: hue angle of 51.95º 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 #B0A55E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 94 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.31 |
| HSL | 51.95º | 0.34% | 0.53% | - |
| HSV(B) | 51.95º | 0.47% | 0.69% | - |
| XYZ | 33.38 | 36.95 | 15.96 | - |
| YUV | 160.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 94 | 0 | 0.06 | 0.47 | 0.31 | 51.95 | 0.34 | 0.53 |
| Hex | B0 | A5 | 5E | 0 | 6 | 2F | 1F | 34 | 22 | 35 |
| Octal | 260 | 245 | 136 | 0 | 6 | 57 | 37 | 64 | 42 | 65 |
| Binary | 10110000 | 10100101 | 1011110 | 0 | 110 | 101111 | 11111 | 110100 | 100010 | 110101 |
Color Harmonies of #B0A55E
Complementary color
Monochromatic Colors of #B0A55E
Black with #B0A55E
Text Example
Text Example
White with #B0A55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A55E; }
p { color: rgb(176,165,94); }
H1.HeaderClassName
{
color: #B0A55E;
}
.AnyTagClassName
{
color: #B0A55E;
}
</style>
background-color css
<style>
a { background-color: #B0A55E; }
a { background-color: rgb(176,165,94); }
div.DivClassName
{
background-color: #B0A55E;
}
.BgClassName
{
background-color: #B0A55E;
}
</style>
border-color css
<style>
span { border-color: #B0A55E; }
span { border-color: rgb(176,165,94); }
td.TdClassName
{
border-color: #B0A55E;
}
.TagClassName
{
border-color: #B0A55E;
}
</style>