Shades of Gimblet #B1A35D
Tints of Gimblet #B1A35D
RGB
CMYK
RGB Variations
Color information
#B1A35D (or 0xB1A35D) is known color: Gimblet. HEX triplet: B1, A3 and 5D. RGB value is (177,163,93). Sum of RGB (Red+Green+Blue) = 177+163+93=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A35D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A35D is #4E5CA2. Grayscale: #9F9F9F. Windows color (decimal): -5135523 or 6136753. OLE color: 6136753.
HSL color Cylindrical-coordinate representation of color #B1A35D: hue angle of 50º 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 #B1A35D is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 93 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.31 |
| HSL | 50º | 0.35% | 0.53% | - |
| HSV(B) | 50º | 0.47% | 0.69% | - |
| XYZ | 33.2 | 36.33 | 15.62 | - |
| YUV | 159.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 93 | 0 | 0.08 | 0.47 | 0.31 | 50 | 0.35 | 0.53 |
| Hex | B1 | A3 | 5D | 0 | 8 | 2F | 1F | 32 | 23 | 35 |
| Octal | 261 | 243 | 135 | 0 | 10 | 57 | 37 | 62 | 43 | 65 |
| Binary | 10110001 | 10100011 | 1011101 | 0 | 1000 | 101111 | 11111 | 110010 | 100011 | 110101 |
Color Harmonies of #B1A35D
Complementary color
Monochromatic Colors of #B1A35D
Black with #B1A35D
Text Example
Text Example
White with #B1A35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A35D; }
p { color: rgb(177,163,93); }
H1.HeaderClassName
{
color: #B1A35D;
}
.AnyTagClassName
{
color: #B1A35D;
}
</style>
background-color css
<style>
a { background-color: #B1A35D; }
a { background-color: rgb(177,163,93); }
div.DivClassName
{
background-color: #B1A35D;
}
.BgClassName
{
background-color: #B1A35D;
}
</style>
border-color css
<style>
span { border-color: #B1A35D; }
span { border-color: rgb(177,163,93); }
td.TdClassName
{
border-color: #B1A35D;
}
.TagClassName
{
border-color: #B1A35D;
}
</style>