Shades of Gimblet #B0A962
Tints of Gimblet #B0A962
RGB
CMYK
RGB Variations
Color information
#B0A962 (or 0xB0A962) is known color: Gimblet. HEX triplet: B0, A9 and 62. RGB value is (176,169,98). Sum of RGB (Red+Green+Blue) = 176+169+98=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A962 is #4F569D. Grayscale: #A3A3A3. Windows color (decimal): -5199518 or 6465968. OLE color: 6465968.
HSL color Cylindrical-coordinate representation of color #B0A962: hue angle of 54.62º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0A962 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 169 | 98 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.31 |
| HSL | 54.62º | 0.33% | 0.54% | - |
| HSV(B) | 54.62º | 0.44% | 0.69% | - |
| XYZ | 34.3 | 38.49 | 17.18 | - |
| YUV | 163 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 98 | 0 | 0.04 | 0.44 | 0.31 | 54.62 | 0.33 | 0.54 |
| Hex | B0 | A9 | 62 | 0 | 4 | 2C | 1F | 37 | 21 | 36 |
| Octal | 260 | 251 | 142 | 0 | 4 | 54 | 37 | 67 | 41 | 66 |
| Binary | 10110000 | 10101001 | 1100010 | 0 | 100 | 101100 | 11111 | 110111 | 100001 | 110110 |
Color Harmonies of #B0A962
Complementary color
Monochromatic Colors of #B0A962
Black with #B0A962
Text Example
Text Example
White with #B0A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A962; }
p { color: rgb(176,169,98); }
H1.HeaderClassName
{
color: #B0A962;
}
.AnyTagClassName
{
color: #B0A962;
}
</style>
background-color css
<style>
a { background-color: #B0A962; }
a { background-color: rgb(176,169,98); }
div.DivClassName
{
background-color: #B0A962;
}
.BgClassName
{
background-color: #B0A962;
}
</style>
border-color css
<style>
span { border-color: #B0A962; }
span { border-color: rgb(176,169,98); }
td.TdClassName
{
border-color: #B0A962;
}
.TagClassName
{
border-color: #B0A962;
}
</style>