Shades of Gimblet #B1A75D
Tints of Gimblet #B1A75D
RGB
CMYK
RGB Variations
Color information
#B1A75D (or 0xB1A75D) is known color: Gimblet. HEX triplet: B1, A7 and 5D. RGB value is (177,167,93). Sum of RGB (Red+Green+Blue) = 177+167+93=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A75D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A75D is #4E58A2. Grayscale: #A1A1A1. Windows color (decimal): -5134499 or 6137777. OLE color: 6137777.
HSL color Cylindrical-coordinate representation of color #B1A75D: hue angle of 52.86º 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 #B1A75D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 93 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.31 |
| HSL | 52.86º | 0.35% | 0.53% | - |
| HSV(B) | 52.86º | 0.47% | 0.69% | - |
| XYZ | 33.93 | 37.77 | 15.86 | - |
| YUV | 161.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 93 | 0 | 0.06 | 0.47 | 0.31 | 52.86 | 0.35 | 0.53 |
| Hex | B1 | A7 | 5D | 0 | 6 | 2F | 1F | 35 | 23 | 35 |
| Octal | 261 | 247 | 135 | 0 | 6 | 57 | 37 | 65 | 43 | 65 |
| Binary | 10110001 | 10100111 | 1011101 | 0 | 110 | 101111 | 11111 | 110101 | 100011 | 110101 |
Color Harmonies of #B1A75D
Complementary color
Monochromatic Colors of #B1A75D
Black with #B1A75D
Text Example
Text Example
White with #B1A75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A75D; }
p { color: rgb(177,167,93); }
H1.HeaderClassName
{
color: #B1A75D;
}
.AnyTagClassName
{
color: #B1A75D;
}
</style>
background-color css
<style>
a { background-color: #B1A75D; }
a { background-color: rgb(177,167,93); }
div.DivClassName
{
background-color: #B1A75D;
}
.BgClassName
{
background-color: #B1A75D;
}
</style>
border-color css
<style>
span { border-color: #B1A75D; }
span { border-color: rgb(177,167,93); }
td.TdClassName
{
border-color: #B1A75D;
}
.TagClassName
{
border-color: #B1A75D;
}
</style>