Shades of Gimblet #B0A55D
Tints of Gimblet #B0A55D
RGB
CMYK
RGB Variations
Color information
#B0A55D (or 0xB0A55D) is known color: Gimblet. HEX triplet: B0, A5 and 5D. RGB value is (176,165,93). Sum of RGB (Red+Green+Blue) = 176+165+93=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A55D is #4F5AA2. Grayscale: #A0A0A0. Windows color (decimal): -5200547 or 6137264. OLE color: 6137264.
HSL color Cylindrical-coordinate representation of color #B0A55D: hue angle of 52.05º 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 #B0A55D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 165 | 93 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.31 |
| HSL | 52.05º | 0.34% | 0.53% | - |
| HSV(B) | 52.05º | 0.47% | 0.69% | - |
| XYZ | 33.34 | 36.93 | 15.73 | - |
| YUV | 160.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 93 | 0 | 0.06 | 0.47 | 0.31 | 52.05 | 0.34 | 0.53 |
| Hex | B0 | A5 | 5D | 0 | 6 | 2F | 1F | 34 | 22 | 35 |
| Octal | 260 | 245 | 135 | 0 | 6 | 57 | 37 | 64 | 42 | 65 |
| Binary | 10110000 | 10100101 | 1011101 | 0 | 110 | 101111 | 11111 | 110100 | 100010 | 110101 |
Color Harmonies of #B0A55D
Complementary color
Monochromatic Colors of #B0A55D
Black with #B0A55D
Text Example
Text Example
White with #B0A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A55D; }
p { color: rgb(176,165,93); }
H1.HeaderClassName
{
color: #B0A55D;
}
.AnyTagClassName
{
color: #B0A55D;
}
</style>
background-color css
<style>
a { background-color: #B0A55D; }
a { background-color: rgb(176,165,93); }
div.DivClassName
{
background-color: #B0A55D;
}
.BgClassName
{
background-color: #B0A55D;
}
</style>
border-color css
<style>
span { border-color: #B0A55D; }
span { border-color: rgb(176,165,93); }
td.TdClassName
{
border-color: #B0A55D;
}
.TagClassName
{
border-color: #B0A55D;
}
</style>