Shades of Gimblet #B1A25D
Tints of Gimblet #B1A25D
RGB
CMYK
RGB Variations
Color information
#B1A25D (or 0xB1A25D) is known color: Gimblet. HEX triplet: B1, A2 and 5D. RGB value is (177,162,93). Sum of RGB (Red+Green+Blue) = 177+162+93=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A25D is #4E5DA2. Grayscale: #9E9E9E. Windows color (decimal): -5135779 or 6136497. OLE color: 6136497.
HSL color Cylindrical-coordinate representation of color #B1A25D: hue angle of 49.29º degrees, saturation: 0.35, 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 #B1A25D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 162 | 93 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.31 |
| HSL | 49.29º | 0.35% | 0.53% | - |
| HSV(B) | 49.29º | 0.47% | 0.69% | - |
| XYZ | 33.03 | 35.98 | 15.56 | - |
| YUV | 158.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 162 | 93 | 0 | 0.08 | 0.47 | 0.31 | 49.29 | 0.35 | 0.53 |
| Hex | B1 | A2 | 5D | 0 | 8 | 2F | 1F | 31 | 23 | 35 |
| Octal | 261 | 242 | 135 | 0 | 10 | 57 | 37 | 61 | 43 | 65 |
| Binary | 10110001 | 10100010 | 1011101 | 0 | 1000 | 101111 | 11111 | 110001 | 100011 | 110101 |
Color Harmonies of #B1A25D
Complementary color
Monochromatic Colors of #B1A25D
Black with #B1A25D
Text Example
Text Example
White with #B1A25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A25D; }
p { color: rgb(177,162,93); }
H1.HeaderClassName
{
color: #B1A25D;
}
.AnyTagClassName
{
color: #B1A25D;
}
</style>
background-color css
<style>
a { background-color: #B1A25D; }
a { background-color: rgb(177,162,93); }
div.DivClassName
{
background-color: #B1A25D;
}
.BgClassName
{
background-color: #B1A25D;
}
</style>
border-color css
<style>
span { border-color: #B1A25D; }
span { border-color: rgb(177,162,93); }
td.TdClassName
{
border-color: #B1A25D;
}
.TagClassName
{
border-color: #B1A25D;
}
</style>