Shades of Gimblet #B5A65E
Tints of Gimblet #B5A65E
RGB
CMYK
RGB Variations
Color information
#B5A65E (or 0xB5A65E) is known color: Gimblet. HEX triplet: B5, A6 and 5E. RGB value is (181,166,94). Sum of RGB (Red+Green+Blue) = 181+166+94=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A65E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A65E is #4A59A1. Grayscale: #A2A2A2. Windows color (decimal): -4872610 or 6203061. OLE color: 6203061.
HSL color Cylindrical-coordinate representation of color #B5A65E: hue angle of 49.66º 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 #B5A65E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 166 | 94 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.29 |
| HSL | 49.66º | 0.37% | 0.54% | - |
| HSV(B) | 49.66º | 0.48% | 0.71% | - |
| XYZ | 34.71 | 37.9 | 16.08 | - |
| YUV | 162.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 166 | 94 | 0 | 0.08 | 0.48 | 0.29 | 49.66 | 0.37 | 0.54 |
| Hex | B5 | A6 | 5E | 0 | 8 | 30 | 1D | 32 | 25 | 36 |
| Octal | 265 | 246 | 136 | 0 | 10 | 60 | 35 | 62 | 45 | 66 |
| Binary | 10110101 | 10100110 | 1011110 | 0 | 1000 | 110000 | 11101 | 110010 | 100101 | 110110 |
Color Harmonies of #B5A65E
Complementary color
Monochromatic Colors of #B5A65E
Black with #B5A65E
Text Example
Text Example
White with #B5A65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A65E; }
p { color: rgb(181,166,94); }
H1.HeaderClassName
{
color: #B5A65E;
}
.AnyTagClassName
{
color: #B5A65E;
}
</style>
background-color css
<style>
a { background-color: #B5A65E; }
a { background-color: rgb(181,166,94); }
div.DivClassName
{
background-color: #B5A65E;
}
.BgClassName
{
background-color: #B5A65E;
}
</style>
border-color css
<style>
span { border-color: #B5A65E; }
span { border-color: rgb(181,166,94); }
td.TdClassName
{
border-color: #B5A65E;
}
.TagClassName
{
border-color: #B5A65E;
}
</style>