Shades of Gimblet #B0A75D
Tints of Gimblet #B0A75D
RGB
CMYK
RGB Variations
Color information
#B0A75D (or 0xB0A75D) is known color: Gimblet. HEX triplet: B0, A7 and 5D. RGB value is (176,167,93). Sum of RGB (Red+Green+Blue) = 176+167+93=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A75D is #4F58A2. Grayscale: #A1A1A1. Windows color (decimal): -5200035 or 6137776. OLE color: 6137776.
HSL color Cylindrical-coordinate representation of color #B0A75D: hue angle of 53.49º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0A75D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 167 | 93 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.31 |
| HSL | 53.49º | 0.34% | 0.53% | - |
| HSV(B) | 53.49º | 0.47% | 0.69% | - |
| XYZ | 33.7 | 37.66 | 15.85 | - |
| YUV | 161.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 167 | 93 | 0 | 0.05 | 0.47 | 0.31 | 53.49 | 0.34 | 0.53 |
| Hex | B0 | A7 | 5D | 0 | 5 | 2F | 1F | 35 | 22 | 35 |
| Octal | 260 | 247 | 135 | 0 | 5 | 57 | 37 | 65 | 42 | 65 |
| Binary | 10110000 | 10100111 | 1011101 | 0 | 101 | 101111 | 11111 | 110101 | 100010 | 110101 |
Color Harmonies of #B0A75D
Complementary color
Monochromatic Colors of #B0A75D
Black with #B0A75D
Text Example
Text Example
White with #B0A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A75D; }
p { color: rgb(176,167,93); }
H1.HeaderClassName
{
color: #B0A75D;
}
.AnyTagClassName
{
color: #B0A75D;
}
</style>
background-color css
<style>
a { background-color: #B0A75D; }
a { background-color: rgb(176,167,93); }
div.DivClassName
{
background-color: #B0A75D;
}
.BgClassName
{
background-color: #B0A75D;
}
</style>
border-color css
<style>
span { border-color: #B0A75D; }
span { border-color: rgb(176,167,93); }
td.TdClassName
{
border-color: #B0A75D;
}
.TagClassName
{
border-color: #B0A75D;
}
</style>