Shades of Gimblet #B5A858
Tints of Gimblet #B5A858
RGB
CMYK
RGB Variations
Color information
#B5A858 (or 0xB5A858) is known color: Gimblet. HEX triplet: B5, A8 and 58. RGB value is (181,168,88). Sum of RGB (Red+Green+Blue) = 181+168+88=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A858 is #4A57A7. Grayscale: #A3A3A3. Windows color (decimal): -4872104 or 5810357. OLE color: 5810357.
HSL color Cylindrical-coordinate representation of color #B5A858: hue angle of 51.61º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5A858 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 168 | 88 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.29 |
| HSL | 51.61º | 0.39% | 0.53% | - |
| HSV(B) | 51.61º | 0.51% | 0.71% | - |
| XYZ | 34.82 | 38.53 | 14.84 | - |
| YUV | 162.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 168 | 88 | 0 | 0.07 | 0.51 | 0.29 | 51.61 | 0.39 | 0.53 |
| Hex | B5 | A8 | 58 | 0 | 7 | 33 | 1D | 34 | 27 | 35 |
| Octal | 265 | 250 | 130 | 0 | 7 | 63 | 35 | 64 | 47 | 65 |
| Binary | 10110101 | 10101000 | 1011000 | 0 | 111 | 110011 | 11101 | 110100 | 100111 | 110101 |
Color Harmonies of #B5A858
Complementary color
Monochromatic Colors of #B5A858
Black with #B5A858
Text Example
Text Example
White with #B5A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A858; }
p { color: rgb(181,168,88); }
H1.HeaderClassName
{
color: #B5A858;
}
.AnyTagClassName
{
color: #B5A858;
}
</style>
background-color css
<style>
a { background-color: #B5A858; }
a { background-color: rgb(181,168,88); }
div.DivClassName
{
background-color: #B5A858;
}
.BgClassName
{
background-color: #B5A858;
}
</style>
border-color css
<style>
span { border-color: #B5A858; }
span { border-color: rgb(181,168,88); }
td.TdClassName
{
border-color: #B5A858;
}
.TagClassName
{
border-color: #B5A858;
}
</style>