Shades of Gimblet #B5A15E
Tints of Gimblet #B5A15E
RGB
CMYK
RGB Variations
Color information
#B5A15E (or 0xB5A15E) is known color: Gimblet. HEX triplet: B5, A1 and 5E. RGB value is (181,161,94). Sum of RGB (Red+Green+Blue) = 181+161+94=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A15E is #4A5EA1. Grayscale: #9F9F9F. Windows color (decimal): -4873890 or 6201781. OLE color: 6201781.
HSL color Cylindrical-coordinate representation of color #B5A15E: hue angle of 46.21º 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 #B5A15E is Cyan = 0, Magento = 0.11, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 161 | 94 | - |
| CMYK | 0 | 0.11 | 0.48 | 0.29 |
| HSL | 46.21º | 0.37% | 0.54% | - |
| HSV(B) | 46.21º | 0.48% | 0.71% | - |
| XYZ | 33.82 | 36.12 | 15.78 | - |
| YUV | 159.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 94 | 0 | 0.11 | 0.48 | 0.29 | 46.21 | 0.37 | 0.54 |
| Hex | B5 | A1 | 5E | 0 | B | 30 | 1D | 2E | 25 | 36 |
| Octal | 265 | 241 | 136 | 0 | 13 | 60 | 35 | 56 | 45 | 66 |
| Binary | 10110101 | 10100001 | 1011110 | 0 | 1011 | 110000 | 11101 | 101110 | 100101 | 110110 |
Color Harmonies of #B5A15E
Complementary color
Monochromatic Colors of #B5A15E
Black with #B5A15E
Text Example
Text Example
White with #B5A15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A15E; }
p { color: rgb(181,161,94); }
H1.HeaderClassName
{
color: #B5A15E;
}
.AnyTagClassName
{
color: #B5A15E;
}
</style>
background-color css
<style>
a { background-color: #B5A15E; }
a { background-color: rgb(181,161,94); }
div.DivClassName
{
background-color: #B5A15E;
}
.BgClassName
{
background-color: #B5A15E;
}
</style>
border-color css
<style>
span { border-color: #B5A15E; }
span { border-color: rgb(181,161,94); }
td.TdClassName
{
border-color: #B5A15E;
}
.TagClassName
{
border-color: #B5A15E;
}
</style>