Shades of Gimblet #B6A471
Tints of Gimblet #B6A471
RGB
CMYK
RGB Variations
Color information
#B6A471 (or 0xB6A471) is known color: Gimblet. HEX triplet: B6, A4 and 71. RGB value is (182,164,113). Sum of RGB (Red+Green+Blue) = 182+164+113=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A471 is #495B8E. Grayscale: #A3A3A3. Windows color (decimal): -4807567 or 7447734. OLE color: 7447734.
HSL color Cylindrical-coordinate representation of color #B6A471: hue angle of 44.35º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B6A471 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 164 | 113 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.29 |
| HSL | 44.35º | 0.32% | 0.58% | - |
| HSV(B) | 44.35º | 0.38% | 0.71% | - |
| XYZ | 35.55 | 37.69 | 21.02 | - |
| YUV | 163.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 113 | 0 | 0.10 | 0.38 | 0.29 | 44.35 | 0.32 | 0.58 |
| Hex | B6 | A4 | 71 | 0 | A | 26 | 1D | 2C | 20 | 3A |
| Octal | 266 | 244 | 161 | 0 | 12 | 46 | 35 | 54 | 40 | 72 |
| Binary | 10110110 | 10100100 | 1110001 | 0 | 1010 | 100110 | 11101 | 101100 | 100000 | 111010 |
Color Harmonies of #B6A471
Complementary color
Monochromatic Colors of #B6A471
Black with #B6A471
Text Example
Text Example
White with #B6A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A471; }
p { color: rgb(182,164,113); }
H1.HeaderClassName
{
color: #B6A471;
}
.AnyTagClassName
{
color: #B6A471;
}
</style>
background-color css
<style>
a { background-color: #B6A471; }
a { background-color: rgb(182,164,113); }
div.DivClassName
{
background-color: #B6A471;
}
.BgClassName
{
background-color: #B6A471;
}
</style>
border-color css
<style>
span { border-color: #B6A471; }
span { border-color: rgb(182,164,113); }
td.TdClassName
{
border-color: #B6A471;
}
.TagClassName
{
border-color: #B6A471;
}
</style>