Shades of Gimblet #B1A56E
Tints of Gimblet #B1A56E
RGB
CMYK
RGB Variations
Color information
#B1A56E (or 0xB1A56E) is known color: Gimblet. HEX triplet: B1, A5 and 6E. RGB value is (177,165,110). Sum of RGB (Red+Green+Blue) = 177+165+110=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A56E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A56E is #4E5A91. Grayscale: #A2A2A2. Windows color (decimal): -5134994 or 7251377. OLE color: 7251377.
HSL color Cylindrical-coordinate representation of color #B1A56E: hue angle of 49.25º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1A56E is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 110 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.31 |
| HSL | 49.25º | 0.3% | 0.56% | - |
| HSV(B) | 49.25º | 0.38% | 0.69% | - |
| XYZ | 34.4 | 37.38 | 20.15 | - |
| YUV | 162.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 110 | 0 | 0.07 | 0.38 | 0.31 | 49.25 | 0.3 | 0.56 |
| Hex | B1 | A5 | 6E | 0 | 7 | 26 | 1F | 31 | 1E | 38 |
| Octal | 261 | 245 | 156 | 0 | 7 | 46 | 37 | 61 | 36 | 70 |
| Binary | 10110001 | 10100101 | 1101110 | 0 | 111 | 100110 | 11111 | 110001 | 11110 | 111000 |
Color Harmonies of #B1A56E
Complementary color
Monochromatic Colors of #B1A56E
Black with #B1A56E
Text Example
Text Example
White with #B1A56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A56E; }
p { color: rgb(177,165,110); }
H1.HeaderClassName
{
color: #B1A56E;
}
.AnyTagClassName
{
color: #B1A56E;
}
</style>
background-color css
<style>
a { background-color: #B1A56E; }
a { background-color: rgb(177,165,110); }
div.DivClassName
{
background-color: #B1A56E;
}
.BgClassName
{
background-color: #B1A56E;
}
</style>
border-color css
<style>
span { border-color: #B1A56E; }
span { border-color: rgb(177,165,110); }
td.TdClassName
{
border-color: #B1A56E;
}
.TagClassName
{
border-color: #B1A56E;
}
</style>