Shades of Gimblet #B6A855
Tints of Gimblet #B6A855
RGB
CMYK
RGB Variations
Color information
#B6A855 (or 0xB6A855) is known color: Gimblet. HEX triplet: B6, A8 and 55. RGB value is (182,168,85). Sum of RGB (Red+Green+Blue) = 182+168+85=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A855 is #4957AA. Grayscale: #A3A3A3. Windows color (decimal): -4806571 or 5613750. OLE color: 5613750.
HSL color Cylindrical-coordinate representation of color #B6A855: hue angle of 51.34º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6A855 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 85 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.29 |
| HSL | 51.34º | 0.4% | 0.52% | - |
| HSV(B) | 51.34º | 0.53% | 0.71% | - |
| XYZ | 34.93 | 38.61 | 14.2 | - |
| YUV | 162.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 85 | 0 | 0.08 | 0.53 | 0.29 | 51.34 | 0.4 | 0.52 |
| Hex | B6 | A8 | 55 | 0 | 8 | 35 | 1D | 33 | 28 | 34 |
| Octal | 266 | 250 | 125 | 0 | 10 | 65 | 35 | 63 | 50 | 64 |
| Binary | 10110110 | 10101000 | 1010101 | 0 | 1000 | 110101 | 11101 | 110011 | 101000 | 110100 |
Color Harmonies of #B6A855
Complementary color
Monochromatic Colors of #B6A855
Black with #B6A855
Text Example
Text Example
White with #B6A855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A855; }
p { color: rgb(182,168,85); }
H1.HeaderClassName
{
color: #B6A855;
}
.AnyTagClassName
{
color: #B6A855;
}
</style>
background-color css
<style>
a { background-color: #B6A855; }
a { background-color: rgb(182,168,85); }
div.DivClassName
{
background-color: #B6A855;
}
.BgClassName
{
background-color: #B6A855;
}
</style>
border-color css
<style>
span { border-color: #B6A855; }
span { border-color: rgb(182,168,85); }
td.TdClassName
{
border-color: #B6A855;
}
.TagClassName
{
border-color: #B6A855;
}
</style>