Shades of Gimblet #B5A35D
Tints of Gimblet #B5A35D
RGB
CMYK
RGB Variations
Color information
#B5A35D (or 0xB5A35D) is known color: Gimblet. HEX triplet: B5, A3 and 5D. RGB value is (181,163,93). Sum of RGB (Red+Green+Blue) = 181+163+93=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A35D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A35D is #4A5CA2. Grayscale: #A0A0A0. Windows color (decimal): -4873379 or 6136757. OLE color: 6136757.
HSL color Cylindrical-coordinate representation of color #B5A35D: hue angle of 47.73º 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 #B5A35D is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 93 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.29 |
| HSL | 47.73º | 0.37% | 0.54% | - |
| HSV(B) | 47.73º | 0.49% | 0.71% | - |
| XYZ | 34.13 | 36.81 | 15.66 | - |
| YUV | 160.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 93 | 0 | 0.10 | 0.49 | 0.29 | 47.73 | 0.37 | 0.54 |
| Hex | B5 | A3 | 5D | 0 | A | 31 | 1D | 30 | 25 | 36 |
| Octal | 265 | 243 | 135 | 0 | 12 | 61 | 35 | 60 | 45 | 66 |
| Binary | 10110101 | 10100011 | 1011101 | 0 | 1010 | 110001 | 11101 | 110000 | 100101 | 110110 |
Color Harmonies of #B5A35D
Complementary color
Monochromatic Colors of #B5A35D
Black with #B5A35D
Text Example
Text Example
White with #B5A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A35D; }
p { color: rgb(181,163,93); }
H1.HeaderClassName
{
color: #B5A35D;
}
.AnyTagClassName
{
color: #B5A35D;
}
</style>
background-color css
<style>
a { background-color: #B5A35D; }
a { background-color: rgb(181,163,93); }
div.DivClassName
{
background-color: #B5A35D;
}
.BgClassName
{
background-color: #B5A35D;
}
</style>
border-color css
<style>
span { border-color: #B5A35D; }
span { border-color: rgb(181,163,93); }
td.TdClassName
{
border-color: #B5A35D;
}
.TagClassName
{
border-color: #B5A35D;
}
</style>