Shades of Gimblet #B6A859
Tints of Gimblet #B6A859
RGB
CMYK
RGB Variations
Color information
#B6A859 (or 0xB6A859) is known color: Gimblet. HEX triplet: B6, A8 and 59. RGB value is (182,168,89). Sum of RGB (Red+Green+Blue) = 182+168+89=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A859 is #4957A6. Grayscale: #A3A3A3. Windows color (decimal): -4806567 or 5875894. OLE color: 5875894.
HSL color Cylindrical-coordinate representation of color #B6A859: hue angle of 50.97º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6A859 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 168 | 89 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.29 |
| HSL | 50.97º | 0.39% | 0.53% | - |
| HSV(B) | 50.97º | 0.51% | 0.71% | - |
| XYZ | 35.1 | 38.67 | 15.07 | - |
| YUV | 163.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 89 | 0 | 0.08 | 0.51 | 0.29 | 50.97 | 0.39 | 0.53 |
| Hex | B6 | A8 | 59 | 0 | 8 | 33 | 1D | 33 | 27 | 35 |
| Octal | 266 | 250 | 131 | 0 | 10 | 63 | 35 | 63 | 47 | 65 |
| Binary | 10110110 | 10101000 | 1011001 | 0 | 1000 | 110011 | 11101 | 110011 | 100111 | 110101 |
Color Harmonies of #B6A859
Complementary color
Monochromatic Colors of #B6A859
Black with #B6A859
Text Example
Text Example
White with #B6A859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A859; }
p { color: rgb(182,168,89); }
H1.HeaderClassName
{
color: #B6A859;
}
.AnyTagClassName
{
color: #B6A859;
}
</style>
background-color css
<style>
a { background-color: #B6A859; }
a { background-color: rgb(182,168,89); }
div.DivClassName
{
background-color: #B6A859;
}
.BgClassName
{
background-color: #B6A859;
}
</style>
border-color css
<style>
span { border-color: #B6A859; }
span { border-color: rgb(182,168,89); }
td.TdClassName
{
border-color: #B6A859;
}
.TagClassName
{
border-color: #B6A859;
}
</style>