Shades of Gimblet #B1A75C
Tints of Gimblet #B1A75C
RGB
CMYK
RGB Variations
Color information
#B1A75C (or 0xB1A75C) is known color: Gimblet. HEX triplet: B1, A7 and 5C. RGB value is (177,167,92). Sum of RGB (Red+Green+Blue) = 177+167+92=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A75C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A75C is #4E58A3. Grayscale: #A1A1A1. Windows color (decimal): -5134500 or 6072241. OLE color: 6072241.
HSL color Cylindrical-coordinate representation of color #B1A75C: hue angle of 52.94º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1A75C is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 167 | 92 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.31 |
| HSL | 52.94º | 0.35% | 0.53% | - |
| HSV(B) | 52.94º | 0.48% | 0.69% | - |
| XYZ | 33.88 | 37.76 | 15.63 | - |
| YUV | 161.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 167 | 92 | 0 | 0.06 | 0.48 | 0.31 | 52.94 | 0.35 | 0.53 |
| Hex | B1 | A7 | 5C | 0 | 6 | 30 | 1F | 35 | 23 | 35 |
| Octal | 261 | 247 | 134 | 0 | 6 | 60 | 37 | 65 | 43 | 65 |
| Binary | 10110001 | 10100111 | 1011100 | 0 | 110 | 110000 | 11111 | 110101 | 100011 | 110101 |
Color Harmonies of #B1A75C
Complementary color
Monochromatic Colors of #B1A75C
Black with #B1A75C
Text Example
Text Example
White with #B1A75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A75C; }
p { color: rgb(177,167,92); }
H1.HeaderClassName
{
color: #B1A75C;
}
.AnyTagClassName
{
color: #B1A75C;
}
</style>
background-color css
<style>
a { background-color: #B1A75C; }
a { background-color: rgb(177,167,92); }
div.DivClassName
{
background-color: #B1A75C;
}
.BgClassName
{
background-color: #B1A75C;
}
</style>
border-color css
<style>
span { border-color: #B1A75C; }
span { border-color: rgb(177,167,92); }
td.TdClassName
{
border-color: #B1A75C;
}
.TagClassName
{
border-color: #B1A75C;
}
</style>