Shades of Gimblet #B1A36E
Tints of Gimblet #B1A36E
RGB
CMYK
RGB Variations
Color information
#B1A36E (or 0xB1A36E) is known color: Gimblet. HEX triplet: B1, A3 and 6E. RGB value is (177,163,110). Sum of RGB (Red+Green+Blue) = 177+163+110=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A36E is #4E5C91. Grayscale: #A1A1A1. Windows color (decimal): -5135506 or 7250865. OLE color: 7250865.
HSL color Cylindrical-coordinate representation of color #B1A36E: hue angle of 47.46º 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 #B1A36E is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 110 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.31 |
| HSL | 47.46º | 0.3% | 0.56% | - |
| HSV(B) | 47.46º | 0.38% | 0.69% | - |
| XYZ | 34.04 | 36.67 | 20.04 | - |
| YUV | 161.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 110 | 0 | 0.08 | 0.38 | 0.31 | 47.46 | 0.3 | 0.56 |
| Hex | B1 | A3 | 6E | 0 | 8 | 26 | 1F | 2F | 1E | 38 |
| Octal | 261 | 243 | 156 | 0 | 10 | 46 | 37 | 57 | 36 | 70 |
| Binary | 10110001 | 10100011 | 1101110 | 0 | 1000 | 100110 | 11111 | 101111 | 11110 | 111000 |
Color Harmonies of #B1A36E
Complementary color
Monochromatic Colors of #B1A36E
Black with #B1A36E
Text Example
Text Example
White with #B1A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A36E; }
p { color: rgb(177,163,110); }
H1.HeaderClassName
{
color: #B1A36E;
}
.AnyTagClassName
{
color: #B1A36E;
}
</style>
background-color css
<style>
a { background-color: #B1A36E; }
a { background-color: rgb(177,163,110); }
div.DivClassName
{
background-color: #B1A36E;
}
.BgClassName
{
background-color: #B1A36E;
}
</style>
border-color css
<style>
span { border-color: #B1A36E; }
span { border-color: rgb(177,163,110); }
td.TdClassName
{
border-color: #B1A36E;
}
.TagClassName
{
border-color: #B1A36E;
}
</style>