Shades of Gimblet #B5A85E
Tints of Gimblet #B5A85E
RGB
CMYK
RGB Variations
Color information
#B5A85E (or 0xB5A85E) is known color: Gimblet. HEX triplet: B5, A8 and 5E. RGB value is (181,168,94). Sum of RGB (Red+Green+Blue) = 181+168+94=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A85E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A85E is #4A57A1. Grayscale: #A3A3A3. Windows color (decimal): -4872098 or 6203573. OLE color: 6203573.
HSL color Cylindrical-coordinate representation of color #B5A85E: hue angle of 51.03º 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 #B5A85E is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 94 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.29 |
| HSL | 51.03º | 0.37% | 0.54% | - |
| HSV(B) | 51.03º | 0.48% | 0.71% | - |
| XYZ | 35.08 | 38.64 | 16.2 | - |
| YUV | 163.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 94 | 0 | 0.07 | 0.48 | 0.29 | 51.03 | 0.37 | 0.54 |
| Hex | B5 | A8 | 5E | 0 | 7 | 30 | 1D | 33 | 25 | 36 |
| Octal | 265 | 250 | 136 | 0 | 7 | 60 | 35 | 63 | 45 | 66 |
| Binary | 10110101 | 10101000 | 1011110 | 0 | 111 | 110000 | 11101 | 110011 | 100101 | 110110 |
Color Harmonies of #B5A85E
Complementary color
Monochromatic Colors of #B5A85E
Black with #B5A85E
Text Example
Text Example
White with #B5A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A85E; }
p { color: rgb(181,168,94); }
H1.HeaderClassName
{
color: #B5A85E;
}
.AnyTagClassName
{
color: #B5A85E;
}
</style>
background-color css
<style>
a { background-color: #B5A85E; }
a { background-color: rgb(181,168,94); }
div.DivClassName
{
background-color: #B5A85E;
}
.BgClassName
{
background-color: #B5A85E;
}
</style>
border-color css
<style>
span { border-color: #B5A85E; }
span { border-color: rgb(181,168,94); }
td.TdClassName
{
border-color: #B5A85E;
}
.TagClassName
{
border-color: #B5A85E;
}
</style>