Shades of Gimblet #B1A863
Tints of Gimblet #B1A863
RGB
CMYK
RGB Variations
Color information
#B1A863 (or 0xB1A863) is known color: Gimblet. HEX triplet: B1, A8 and 63. RGB value is (177,168,99). Sum of RGB (Red+Green+Blue) = 177+168+99=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1A863 is #4E579C. Grayscale: #A3A3A3. Windows color (decimal): -5134237 or 6531249. OLE color: 6531249.
HSL color Cylindrical-coordinate representation of color #B1A863: hue angle of 53.08º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1A863 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 168 | 99 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.31 |
| HSL | 53.08º | 0.33% | 0.54% | - |
| HSV(B) | 53.08º | 0.44% | 0.69% | - |
| XYZ | 34.39 | 38.25 | 17.38 | - |
| YUV | 162.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 99 | 0 | 0.05 | 0.44 | 0.31 | 53.08 | 0.33 | 0.54 |
| Hex | B1 | A8 | 63 | 0 | 5 | 2C | 1F | 35 | 21 | 36 |
| Octal | 261 | 250 | 143 | 0 | 5 | 54 | 37 | 65 | 41 | 66 |
| Binary | 10110001 | 10101000 | 1100011 | 0 | 101 | 101100 | 11111 | 110101 | 100001 | 110110 |
Color Harmonies of #B1A863
Complementary color
Monochromatic Colors of #B1A863
Black with #B1A863
Text Example
Text Example
White with #B1A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A863; }
p { color: rgb(177,168,99); }
H1.HeaderClassName
{
color: #B1A863;
}
.AnyTagClassName
{
color: #B1A863;
}
</style>
background-color css
<style>
a { background-color: #B1A863; }
a { background-color: rgb(177,168,99); }
div.DivClassName
{
background-color: #B1A863;
}
.BgClassName
{
background-color: #B1A863;
}
</style>
border-color css
<style>
span { border-color: #B1A863; }
span { border-color: rgb(177,168,99); }
td.TdClassName
{
border-color: #B1A863;
}
.TagClassName
{
border-color: #B1A863;
}
</style>