Shades of Gimblet #B0A656
Tints of Gimblet #B0A656
RGB
CMYK
RGB Variations
Color information
#B0A656 (or 0xB0A656) is known color: Gimblet. HEX triplet: B0, A6 and 56. RGB value is (176,166,86). Sum of RGB (Red+Green+Blue) = 176+166+86=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A656 is #4F59A9. Grayscale: #A0A0A0. Windows color (decimal): -5200298 or 5678768. OLE color: 5678768.
HSL color Cylindrical-coordinate representation of color #B0A656: hue angle of 53.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0A656 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 86 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.31 |
| HSL | 53.33º | 0.36% | 0.51% | - |
| HSV(B) | 53.33º | 0.51% | 0.69% | - |
| XYZ | 33.22 | 37.17 | 14.23 | - |
| YUV | 159.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 86 | 0 | 0.06 | 0.51 | 0.31 | 53.33 | 0.36 | 0.51 |
| Hex | B0 | A6 | 56 | 0 | 6 | 33 | 1F | 35 | 24 | 33 |
| Octal | 260 | 246 | 126 | 0 | 6 | 63 | 37 | 65 | 44 | 63 |
| Binary | 10110000 | 10100110 | 1010110 | 0 | 110 | 110011 | 11111 | 110101 | 100100 | 110011 |
Color Harmonies of #B0A656
Complementary color
Monochromatic Colors of #B0A656
Black with #B0A656
Text Example
Text Example
White with #B0A656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A656; }
p { color: rgb(176,166,86); }
H1.HeaderClassName
{
color: #B0A656;
}
.AnyTagClassName
{
color: #B0A656;
}
</style>
background-color css
<style>
a { background-color: #B0A656; }
a { background-color: rgb(176,166,86); }
div.DivClassName
{
background-color: #B0A656;
}
.BgClassName
{
background-color: #B0A656;
}
</style>
border-color css
<style>
span { border-color: #B0A656; }
span { border-color: rgb(176,166,86); }
td.TdClassName
{
border-color: #B0A656;
}
.TagClassName
{
border-color: #B0A656;
}
</style>