Shades of Gimblet #B1A65D
Tints of Gimblet #B1A65D
RGB
CMYK
RGB Variations
Color information
#B1A65D (or 0xB1A65D) is known color: Gimblet. HEX triplet: B1, A6 and 5D. RGB value is (177,166,93). Sum of RGB (Red+Green+Blue) = 177+166+93=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A65D is #4E59A2. Grayscale: #A1A1A1. Windows color (decimal): -5134755 or 6137521. OLE color: 6137521.
HSL color Cylindrical-coordinate representation of color #B1A65D: hue angle of 52.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1A65D is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 93 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.31 |
| HSL | 52.14º | 0.35% | 0.53% | - |
| HSV(B) | 52.14º | 0.47% | 0.69% | - |
| XYZ | 33.74 | 37.41 | 15.8 | - |
| YUV | 160.97 | 89.64 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 93 | 0 | 0.06 | 0.47 | 0.31 | 52.14 | 0.35 | 0.53 |
| Hex | B1 | A6 | 5D | 0 | 6 | 2F | 1F | 34 | 23 | 35 |
| Octal | 261 | 246 | 135 | 0 | 6 | 57 | 37 | 64 | 43 | 65 |
| Binary | 10110001 | 10100110 | 1011101 | 0 | 110 | 101111 | 11111 | 110100 | 100011 | 110101 |
Color Harmonies of #B1A65D
Complementary color
Monochromatic Colors of #B1A65D
Black with #B1A65D
Text Example
Text Example
White with #B1A65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A65D; }
p { color: rgb(177,166,93); }
H1.HeaderClassName
{
color: #B1A65D;
}
.AnyTagClassName
{
color: #B1A65D;
}
</style>
background-color css
<style>
a { background-color: #B1A65D; }
a { background-color: rgb(177,166,93); }
div.DivClassName
{
background-color: #B1A65D;
}
.BgClassName
{
background-color: #B1A65D;
}
</style>
border-color css
<style>
span { border-color: #B1A65D; }
span { border-color: rgb(177,166,93); }
td.TdClassName
{
border-color: #B1A65D;
}
.TagClassName
{
border-color: #B1A65D;
}
</style>