Shades of Gimblet #B5A36C
Tints of Gimblet #B5A36C
RGB
CMYK
RGB Variations
Color information
#B5A36C (or 0xB5A36C) is known color: Gimblet. HEX triplet: B5, A3 and 6C. RGB value is (181,163,108). Sum of RGB (Red+Green+Blue) = 181+163+108=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5A36C is #4A5C93. Grayscale: #A2A2A2. Windows color (decimal): -4873364 or 7119797. OLE color: 7119797.
HSL color Cylindrical-coordinate representation of color #B5A36C: hue angle of 45.21º 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 #B5A36C is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 163 | 108 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.29 |
| HSL | 45.21º | 0.33% | 0.57% | - |
| HSV(B) | 45.21º | 0.4% | 0.71% | - |
| XYZ | 34.86 | 37.1 | 19.51 | - |
| YUV | 162.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 163 | 108 | 0 | 0.10 | 0.40 | 0.29 | 45.21 | 0.33 | 0.57 |
| Hex | B5 | A3 | 6C | 0 | A | 28 | 1D | 2D | 21 | 39 |
| Octal | 265 | 243 | 154 | 0 | 12 | 50 | 35 | 55 | 41 | 71 |
| Binary | 10110101 | 10100011 | 1101100 | 0 | 1010 | 101000 | 11101 | 101101 | 100001 | 111001 |
Color Harmonies of #B5A36C
Complementary color
Monochromatic Colors of #B5A36C
Black with #B5A36C
Text Example
Text Example
White with #B5A36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A36C; }
p { color: rgb(181,163,108); }
H1.HeaderClassName
{
color: #B5A36C;
}
.AnyTagClassName
{
color: #B5A36C;
}
</style>
background-color css
<style>
a { background-color: #B5A36C; }
a { background-color: rgb(181,163,108); }
div.DivClassName
{
background-color: #B5A36C;
}
.BgClassName
{
background-color: #B5A36C;
}
</style>
border-color css
<style>
span { border-color: #B5A36C; }
span { border-color: rgb(181,163,108); }
td.TdClassName
{
border-color: #B5A36C;
}
.TagClassName
{
border-color: #B5A36C;
}
</style>