Shades of Gimblet #B6A36D
Tints of Gimblet #B6A36D
RGB
CMYK
RGB Variations
Color information
#B6A36D (or 0xB6A36D) is known color: Gimblet. HEX triplet: B6, A3 and 6D. RGB value is (182,163,109). Sum of RGB (Red+Green+Blue) = 182+163+109=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 163 (64.06% from 255 or 35.90% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A36D is #495C92. Grayscale: #A2A2A2. Windows color (decimal): -4807827 or 7185334. OLE color: 7185334.
HSL color Cylindrical-coordinate representation of color #B6A36D: hue angle of 44.38º 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 #B6A36D is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 109 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.29 |
| HSL | 44.38º | 0.33% | 0.57% | - |
| HSV(B) | 44.38º | 0.4% | 0.71% | - |
| XYZ | 35.15 | 37.24 | 19.8 | - |
| YUV | 162.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 109 | 0 | 0.10 | 0.40 | 0.29 | 44.38 | 0.33 | 0.57 |
| Hex | B6 | A3 | 6D | 0 | A | 28 | 1D | 2C | 21 | 39 |
| Octal | 266 | 243 | 155 | 0 | 12 | 50 | 35 | 54 | 41 | 71 |
| Binary | 10110110 | 10100011 | 1101101 | 0 | 1010 | 101000 | 11101 | 101100 | 100001 | 111001 |
Color Harmonies of #B6A36D
Complementary color
Monochromatic Colors of #B6A36D
Black with #B6A36D
Text Example
Text Example
White with #B6A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A36D; }
p { color: rgb(182,163,109); }
H1.HeaderClassName
{
color: #B6A36D;
}
.AnyTagClassName
{
color: #B6A36D;
}
</style>
background-color css
<style>
a { background-color: #B6A36D; }
a { background-color: rgb(182,163,109); }
div.DivClassName
{
background-color: #B6A36D;
}
.BgClassName
{
background-color: #B6A36D;
}
</style>
border-color css
<style>
span { border-color: #B6A36D; }
span { border-color: rgb(182,163,109); }
td.TdClassName
{
border-color: #B6A36D;
}
.TagClassName
{
border-color: #B6A36D;
}
</style>