Shades of Gimblet #B5A25E
Tints of Gimblet #B5A25E
RGB
CMYK
RGB Variations
Color information
#B5A25E (or 0xB5A25E) is known color: Gimblet. HEX triplet: B5, A2 and 5E. RGB value is (181,162,94). Sum of RGB (Red+Green+Blue) = 181+162+94=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A25E is #4A5DA1. Grayscale: #A0A0A0. Windows color (decimal): -4873634 or 6202037. OLE color: 6202037.
HSL color Cylindrical-coordinate representation of color #B5A25E: hue angle of 46.9º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B5A25E is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 162 | 94 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.29 |
| HSL | 46.9º | 0.37% | 0.54% | - |
| HSV(B) | 46.9º | 0.48% | 0.71% | - |
| XYZ | 34 | 36.47 | 15.84 | - |
| YUV | 159.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 162 | 94 | 0 | 0.10 | 0.48 | 0.29 | 46.9 | 0.37 | 0.54 |
| Hex | B5 | A2 | 5E | 0 | A | 30 | 1D | 2F | 25 | 36 |
| Octal | 265 | 242 | 136 | 0 | 12 | 60 | 35 | 57 | 45 | 66 |
| Binary | 10110101 | 10100010 | 1011110 | 0 | 1010 | 110000 | 11101 | 101111 | 100101 | 110110 |
Color Harmonies of #B5A25E
Complementary color
Monochromatic Colors of #B5A25E
Black with #B5A25E
Text Example
Text Example
White with #B5A25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A25E; }
p { color: rgb(181,162,94); }
H1.HeaderClassName
{
color: #B5A25E;
}
.AnyTagClassName
{
color: #B5A25E;
}
</style>
background-color css
<style>
a { background-color: #B5A25E; }
a { background-color: rgb(181,162,94); }
div.DivClassName
{
background-color: #B5A25E;
}
.BgClassName
{
background-color: #B5A25E;
}
</style>
border-color css
<style>
span { border-color: #B5A25E; }
span { border-color: rgb(181,162,94); }
td.TdClassName
{
border-color: #B5A25E;
}
.TagClassName
{
border-color: #B5A25E;
}
</style>