Shades of Gimblet #B1A36D
Tints of Gimblet #B1A36D
RGB
CMYK
RGB Variations
Color information
#B1A36D (or 0xB1A36D) is known color: Gimblet. HEX triplet: B1, A3 and 6D. RGB value is (177,163,109). Sum of RGB (Red+Green+Blue) = 177+163+109=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A36D is #4E5C92. Grayscale: #A1A1A1. Windows color (decimal): -5135507 or 7185329. OLE color: 7185329.
HSL color Cylindrical-coordinate representation of color #B1A36D: hue angle of 47.65º 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 #B1A36D is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 163 | 109 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.31 |
| HSL | 47.65º | 0.3% | 0.56% | - |
| HSV(B) | 47.65º | 0.38% | 0.69% | - |
| XYZ | 33.99 | 36.65 | 19.75 | - |
| YUV | 161.03 | 98.64 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 109 | 0 | 0.08 | 0.38 | 0.31 | 47.65 | 0.3 | 0.56 |
| Hex | B1 | A3 | 6D | 0 | 8 | 26 | 1F | 30 | 1E | 38 |
| Octal | 261 | 243 | 155 | 0 | 10 | 46 | 37 | 60 | 36 | 70 |
| Binary | 10110001 | 10100011 | 1101101 | 0 | 1000 | 100110 | 11111 | 110000 | 11110 | 111000 |
Color Harmonies of #B1A36D
Complementary color
Monochromatic Colors of #B1A36D
Black with #B1A36D
Text Example
Text Example
White with #B1A36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A36D; }
p { color: rgb(177,163,109); }
H1.HeaderClassName
{
color: #B1A36D;
}
.AnyTagClassName
{
color: #B1A36D;
}
</style>
background-color css
<style>
a { background-color: #B1A36D; }
a { background-color: rgb(177,163,109); }
div.DivClassName
{
background-color: #B1A36D;
}
.BgClassName
{
background-color: #B1A36D;
}
</style>
border-color css
<style>
span { border-color: #B1A36D; }
span { border-color: rgb(177,163,109); }
td.TdClassName
{
border-color: #B1A36D;
}
.TagClassName
{
border-color: #B1A36D;
}
</style>