Shades of Gimblet #B0A654
Tints of Gimblet #B0A654
RGB
CMYK
RGB Variations
Color information
#B0A654 (or 0xB0A654) is known color: Gimblet. HEX triplet: B0, A6 and 54. RGB value is (176,166,84). Sum of RGB (Red+Green+Blue) = 176+166+84=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A654 is #4F59AB. Grayscale: #9F9F9F. Windows color (decimal): -5200300 or 5547696. OLE color: 5547696.
HSL color Cylindrical-coordinate representation of color #B0A654: hue angle of 53.48º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0A654 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 166 | 84 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.31 |
| HSL | 53.48º | 0.37% | 0.51% | - |
| HSV(B) | 53.48º | 0.52% | 0.69% | - |
| XYZ | 33.14 | 37.14 | 13.81 | - |
| YUV | 159.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 84 | 0 | 0.06 | 0.52 | 0.31 | 53.48 | 0.37 | 0.51 |
| Hex | B0 | A6 | 54 | 0 | 6 | 34 | 1F | 35 | 25 | 33 |
| Octal | 260 | 246 | 124 | 0 | 6 | 64 | 37 | 65 | 45 | 63 |
| Binary | 10110000 | 10100110 | 1010100 | 0 | 110 | 110100 | 11111 | 110101 | 100101 | 110011 |
Color Harmonies of #B0A654
Complementary color
Monochromatic Colors of #B0A654
Black with #B0A654
Text Example
Text Example
White with #B0A654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A654; }
p { color: rgb(176,166,84); }
H1.HeaderClassName
{
color: #B0A654;
}
.AnyTagClassName
{
color: #B0A654;
}
</style>
background-color css
<style>
a { background-color: #B0A654; }
a { background-color: rgb(176,166,84); }
div.DivClassName
{
background-color: #B0A654;
}
.BgClassName
{
background-color: #B0A654;
}
</style>
border-color css
<style>
span { border-color: #B0A654; }
span { border-color: rgb(176,166,84); }
td.TdClassName
{
border-color: #B0A654;
}
.TagClassName
{
border-color: #B0A654;
}
</style>