Shades of Gimblet #B5A36D
Tints of Gimblet #B5A36D
RGB
CMYK
RGB Variations
Color information
#B5A36D (or 0xB5A36D) is known color: Gimblet. HEX triplet: B5, A3 and 6D. RGB value is (181,163,109). Sum of RGB (Red+Green+Blue) = 181+163+109=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A36D is #4A5C92. Grayscale: #A2A2A2. Windows color (decimal): -4873363 or 7185333. OLE color: 7185333.
HSL color Cylindrical-coordinate representation of color #B5A36D: hue angle of 45º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5A36D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 109 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.29 |
| HSL | 45º | 0.33% | 0.57% | - |
| HSV(B) | 45º | 0.4% | 0.71% | - |
| XYZ | 34.91 | 37.12 | 19.79 | - |
| YUV | 162.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 109 | 0 | 0.10 | 0.40 | 0.29 | 45 | 0.33 | 0.57 |
| Hex | B5 | A3 | 6D | 0 | A | 28 | 1D | 2D | 21 | 39 |
| Octal | 265 | 243 | 155 | 0 | 12 | 50 | 35 | 55 | 41 | 71 |
| Binary | 10110101 | 10100011 | 1101101 | 0 | 1010 | 101000 | 11101 | 101101 | 100001 | 111001 |
Color Harmonies of #B5A36D
Complementary color
Monochromatic Colors of #B5A36D
Black with #B5A36D
Text Example
Text Example
White with #B5A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A36D; }
p { color: rgb(181,163,109); }
H1.HeaderClassName
{
color: #B5A36D;
}
.AnyTagClassName
{
color: #B5A36D;
}
</style>
background-color css
<style>
a { background-color: #B5A36D; }
a { background-color: rgb(181,163,109); }
div.DivClassName
{
background-color: #B5A36D;
}
.BgClassName
{
background-color: #B5A36D;
}
</style>
border-color css
<style>
span { border-color: #B5A36D; }
span { border-color: rgb(181,163,109); }
td.TdClassName
{
border-color: #B5A36D;
}
.TagClassName
{
border-color: #B5A36D;
}
</style>