Shades of Gimblet #B6A263
Tints of Gimblet #B6A263
RGB
CMYK
RGB Variations
Color information
#B6A263 (or 0xB6A263) is known color: Gimblet. HEX triplet: B6, A2 and 63. RGB value is (182,162,99). Sum of RGB (Red+Green+Blue) = 182+162+99=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A263 is #495D9C. Grayscale: #A1A1A1. Windows color (decimal): -4808093 or 6529718. OLE color: 6529718.
HSL color Cylindrical-coordinate representation of color #B6A263: hue angle of 45.54º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B6A263 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 99 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.29 |
| HSL | 45.54º | 0.36% | 0.55% | - |
| HSV(B) | 45.54º | 0.46% | 0.71% | - |
| XYZ | 34.46 | 36.69 | 17.07 | - |
| YUV | 160.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 99 | 0 | 0.11 | 0.46 | 0.29 | 45.54 | 0.36 | 0.55 |
| Hex | B6 | A2 | 63 | 0 | B | 2E | 1D | 2E | 24 | 37 |
| Octal | 266 | 242 | 143 | 0 | 13 | 56 | 35 | 56 | 44 | 67 |
| Binary | 10110110 | 10100010 | 1100011 | 0 | 1011 | 101110 | 11101 | 101110 | 100100 | 110111 |
Color Harmonies of #B6A263
Complementary color
Monochromatic Colors of #B6A263
Black with #B6A263
Text Example
Text Example
White with #B6A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A263; }
p { color: rgb(182,162,99); }
H1.HeaderClassName
{
color: #B6A263;
}
.AnyTagClassName
{
color: #B6A263;
}
</style>
background-color css
<style>
a { background-color: #B6A263; }
a { background-color: rgb(182,162,99); }
div.DivClassName
{
background-color: #B6A263;
}
.BgClassName
{
background-color: #B6A263;
}
</style>
border-color css
<style>
span { border-color: #B6A263; }
span { border-color: rgb(182,162,99); }
td.TdClassName
{
border-color: #B6A263;
}
.TagClassName
{
border-color: #B6A263;
}
</style>