Shades of Gimblet #B1A56D
Tints of Gimblet #B1A56D
RGB
CMYK
RGB Variations
Color information
#B1A56D (or 0xB1A56D) is known color: Gimblet. HEX triplet: B1, A5 and 6D. RGB value is (177,165,109). Sum of RGB (Red+Green+Blue) = 177+165+109=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A56D is #4E5A92. Grayscale: #A2A2A2. Windows color (decimal): -5134995 or 7185841. OLE color: 7185841.
HSL color Cylindrical-coordinate representation of color #B1A56D: hue angle of 49.41º 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 #B1A56D is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 165 | 109 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.31 |
| HSL | 49.41º | 0.3% | 0.56% | - |
| HSV(B) | 49.41º | 0.38% | 0.69% | - |
| XYZ | 34.35 | 37.36 | 19.87 | - |
| YUV | 162.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 165 | 109 | 0 | 0.07 | 0.38 | 0.31 | 49.41 | 0.3 | 0.56 |
| Hex | B1 | A5 | 6D | 0 | 7 | 26 | 1F | 31 | 1E | 38 |
| Octal | 261 | 245 | 155 | 0 | 7 | 46 | 37 | 61 | 36 | 70 |
| Binary | 10110001 | 10100101 | 1101101 | 0 | 111 | 100110 | 11111 | 110001 | 11110 | 111000 |
Color Harmonies of #B1A56D
Complementary color
Monochromatic Colors of #B1A56D
Black with #B1A56D
Text Example
Text Example
White with #B1A56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A56D; }
p { color: rgb(177,165,109); }
H1.HeaderClassName
{
color: #B1A56D;
}
.AnyTagClassName
{
color: #B1A56D;
}
</style>
background-color css
<style>
a { background-color: #B1A56D; }
a { background-color: rgb(177,165,109); }
div.DivClassName
{
background-color: #B1A56D;
}
.BgClassName
{
background-color: #B1A56D;
}
</style>
border-color css
<style>
span { border-color: #B1A56D; }
span { border-color: rgb(177,165,109); }
td.TdClassName
{
border-color: #B1A56D;
}
.TagClassName
{
border-color: #B1A56D;
}
</style>