Shades of Gimblet #B5A55D
Tints of Gimblet #B5A55D
RGB
CMYK
RGB Variations
Color information
#B5A55D (or 0xB5A55D) is known color: Gimblet. HEX triplet: B5, A5 and 5D. RGB value is (181,165,93). Sum of RGB (Red+Green+Blue) = 181+165+93=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A55D is #4A5AA2. Grayscale: #A1A1A1. Windows color (decimal): -4872867 or 6137269. OLE color: 6137269.
HSL color Cylindrical-coordinate representation of color #B5A55D: hue angle of 49.09º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5A55D is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 165 | 93 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.29 |
| HSL | 49.09º | 0.37% | 0.54% | - |
| HSV(B) | 49.09º | 0.49% | 0.71% | - |
| XYZ | 34.49 | 37.52 | 15.78 | - |
| YUV | 161.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 165 | 93 | 0 | 0.09 | 0.49 | 0.29 | 49.09 | 0.37 | 0.54 |
| Hex | B5 | A5 | 5D | 0 | 9 | 31 | 1D | 31 | 25 | 36 |
| Octal | 265 | 245 | 135 | 0 | 11 | 61 | 35 | 61 | 45 | 66 |
| Binary | 10110101 | 10100101 | 1011101 | 0 | 1001 | 110001 | 11101 | 110001 | 100101 | 110110 |
Color Harmonies of #B5A55D
Complementary color
Monochromatic Colors of #B5A55D
Black with #B5A55D
Text Example
Text Example
White with #B5A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A55D; }
p { color: rgb(181,165,93); }
H1.HeaderClassName
{
color: #B5A55D;
}
.AnyTagClassName
{
color: #B5A55D;
}
</style>
background-color css
<style>
a { background-color: #B5A55D; }
a { background-color: rgb(181,165,93); }
div.DivClassName
{
background-color: #B5A55D;
}
.BgClassName
{
background-color: #B5A55D;
}
</style>
border-color css
<style>
span { border-color: #B5A55D; }
span { border-color: rgb(181,165,93); }
td.TdClassName
{
border-color: #B5A55D;
}
.TagClassName
{
border-color: #B5A55D;
}
</style>