Shades of Gimblet #B5A05D
Tints of Gimblet #B5A05D
RGB
CMYK
RGB Variations
Color information
#B5A05D (or 0xB5A05D) is known color: Gimblet. HEX triplet: B5, A0 and 5D. RGB value is (181,160,93). Sum of RGB (Red+Green+Blue) = 181+160+93=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A05D is #4A5FA2. Grayscale: #9E9E9E. Windows color (decimal): -4874147 or 6135989. OLE color: 6135989.
HSL color Cylindrical-coordinate representation of color #B5A05D: hue angle of 45.68º 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 #B5A05D is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 160 | 93 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.29 |
| HSL | 45.68º | 0.37% | 0.54% | - |
| HSV(B) | 45.68º | 0.49% | 0.71% | - |
| XYZ | 33.6 | 35.76 | 15.49 | - |
| YUV | 158.64 | 90.96 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 93 | 0 | 0.12 | 0.49 | 0.29 | 45.68 | 0.37 | 0.54 |
| Hex | B5 | A0 | 5D | 0 | C | 31 | 1D | 2E | 25 | 36 |
| Octal | 265 | 240 | 135 | 0 | 14 | 61 | 35 | 56 | 45 | 66 |
| Binary | 10110101 | 10100000 | 1011101 | 0 | 1100 | 110001 | 11101 | 101110 | 100101 | 110110 |
Color Harmonies of #B5A05D
Complementary color
Monochromatic Colors of #B5A05D
Black with #B5A05D
Text Example
Text Example
White with #B5A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A05D; }
p { color: rgb(181,160,93); }
H1.HeaderClassName
{
color: #B5A05D;
}
.AnyTagClassName
{
color: #B5A05D;
}
</style>
background-color css
<style>
a { background-color: #B5A05D; }
a { background-color: rgb(181,160,93); }
div.DivClassName
{
background-color: #B5A05D;
}
.BgClassName
{
background-color: #B5A05D;
}
</style>
border-color css
<style>
span { border-color: #B5A05D; }
span { border-color: rgb(181,160,93); }
td.TdClassName
{
border-color: #B5A05D;
}
.TagClassName
{
border-color: #B5A05D;
}
</style>