Shades of Gimblet #B6A36A
Tints of Gimblet #B6A36A
RGB
CMYK
RGB Variations
Color information
#B6A36A (or 0xB6A36A) is known color: Gimblet. HEX triplet: B6, A3 and 6A. RGB value is (182,163,106). Sum of RGB (Red+Green+Blue) = 182+163+106=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A36A is #495C95. Grayscale: #A2A2A2. Windows color (decimal): -4807830 or 6988726. OLE color: 6988726.
HSL color Cylindrical-coordinate representation of color #B6A36A: hue angle of 45º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6A36A is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 163 | 106 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.29 |
| HSL | 45º | 0.34% | 0.56% | - |
| HSV(B) | 45º | 0.42% | 0.71% | - |
| XYZ | 34.99 | 37.18 | 18.97 | - |
| YUV | 162.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 106 | 0 | 0.10 | 0.42 | 0.29 | 45 | 0.34 | 0.56 |
| Hex | B6 | A3 | 6A | 0 | A | 2A | 1D | 2D | 22 | 38 |
| Octal | 266 | 243 | 152 | 0 | 12 | 52 | 35 | 55 | 42 | 70 |
| Binary | 10110110 | 10100011 | 1101010 | 0 | 1010 | 101010 | 11101 | 101101 | 100010 | 111000 |
Color Harmonies of #B6A36A
Complementary color
Monochromatic Colors of #B6A36A
Black with #B6A36A
Text Example
Text Example
White with #B6A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A36A; }
p { color: rgb(182,163,106); }
H1.HeaderClassName
{
color: #B6A36A;
}
.AnyTagClassName
{
color: #B6A36A;
}
</style>
background-color css
<style>
a { background-color: #B6A36A; }
a { background-color: rgb(182,163,106); }
div.DivClassName
{
background-color: #B6A36A;
}
.BgClassName
{
background-color: #B6A36A;
}
</style>
border-color css
<style>
span { border-color: #B6A36A; }
span { border-color: rgb(182,163,106); }
td.TdClassName
{
border-color: #B6A36A;
}
.TagClassName
{
border-color: #B6A36A;
}
</style>