Shades of Gimblet #B6A065
Tints of Gimblet #B6A065
RGB
CMYK
RGB Variations
Color information
#B6A065 (or 0xB6A065) is known color: Gimblet. HEX triplet: B6, A0 and 65. RGB value is (182,160,101). Sum of RGB (Red+Green+Blue) = 182+160+101=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A065 is #495F9A. Grayscale: #A0A0A0. Windows color (decimal): -4808603 or 6660278. OLE color: 6660278.
HSL color Cylindrical-coordinate representation of color #B6A065: hue angle of 43.7º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6A065 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 160 | 101 | - |
| CMYK | 0 | 0.12 | 0.45 | 0.29 |
| HSL | 43.7º | 0.36% | 0.55% | - |
| HSV(B) | 43.7º | 0.45% | 0.71% | - |
| XYZ | 34.21 | 36.03 | 17.46 | - |
| YUV | 159.85 | 94.79 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 101 | 0 | 0.12 | 0.45 | 0.29 | 43.7 | 0.36 | 0.55 |
| Hex | B6 | A0 | 65 | 0 | C | 2D | 1D | 2C | 24 | 37 |
| Octal | 266 | 240 | 145 | 0 | 14 | 55 | 35 | 54 | 44 | 67 |
| Binary | 10110110 | 10100000 | 1100101 | 0 | 1100 | 101101 | 11101 | 101100 | 100100 | 110111 |
Color Harmonies of #B6A065
Complementary color
Monochromatic Colors of #B6A065
Black with #B6A065
Text Example
Text Example
White with #B6A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A065; }
p { color: rgb(182,160,101); }
H1.HeaderClassName
{
color: #B6A065;
}
.AnyTagClassName
{
color: #B6A065;
}
</style>
background-color css
<style>
a { background-color: #B6A065; }
a { background-color: rgb(182,160,101); }
div.DivClassName
{
background-color: #B6A065;
}
.BgClassName
{
background-color: #B6A065;
}
</style>
border-color css
<style>
span { border-color: #B6A065; }
span { border-color: rgb(182,160,101); }
td.TdClassName
{
border-color: #B6A065;
}
.TagClassName
{
border-color: #B6A065;
}
</style>