Shades of Gimblet #B5A05C
Tints of Gimblet #B5A05C
RGB
CMYK
RGB Variations
Color information
#B5A05C (or 0xB5A05C) is known color: Gimblet. HEX triplet: B5, A0 and 5C. RGB value is (181,160,92). Sum of RGB (Red+Green+Blue) = 181+160+92=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A05C is #4A5FA3. Grayscale: #9E9E9E. Windows color (decimal): -4874148 or 6070453. OLE color: 6070453.
HSL color Cylindrical-coordinate representation of color #B5A05C: hue angle of 45.84º degrees, saturation: 0.38, 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 #B5A05C is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 92 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.29 |
| HSL | 45.84º | 0.38% | 0.54% | - |
| HSV(B) | 45.84º | 0.49% | 0.71% | - |
| XYZ | 33.56 | 35.74 | 15.25 | - |
| YUV | 158.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 92 | 0 | 0.12 | 0.49 | 0.29 | 45.84 | 0.38 | 0.54 |
| Hex | B5 | A0 | 5C | 0 | C | 31 | 1D | 2E | 26 | 36 |
| Octal | 265 | 240 | 134 | 0 | 14 | 61 | 35 | 56 | 46 | 66 |
| Binary | 10110101 | 10100000 | 1011100 | 0 | 1100 | 110001 | 11101 | 101110 | 100110 | 110110 |
Color Harmonies of #B5A05C
Complementary color
Monochromatic Colors of #B5A05C
Black with #B5A05C
Text Example
Text Example
White with #B5A05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A05C; }
p { color: rgb(181,160,92); }
H1.HeaderClassName
{
color: #B5A05C;
}
.AnyTagClassName
{
color: #B5A05C;
}
</style>
background-color css
<style>
a { background-color: #B5A05C; }
a { background-color: rgb(181,160,92); }
div.DivClassName
{
background-color: #B5A05C;
}
.BgClassName
{
background-color: #B5A05C;
}
</style>
border-color css
<style>
span { border-color: #B5A05C; }
span { border-color: rgb(181,160,92); }
td.TdClassName
{
border-color: #B5A05C;
}
.TagClassName
{
border-color: #B5A05C;
}
</style>