Shades of Gimblet #B19F5E
Tints of Gimblet #B19F5E
RGB
CMYK
RGB Variations
Color information
#B19F5E (or 0xB19F5E) is known color: Gimblet. HEX triplet: B1, 9F and 5E. RGB value is (177,159,94). Sum of RGB (Red+Green+Blue) = 177+159+94=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B19F5E is #4E60A1. Grayscale: #9D9D9D. Windows color (decimal): -5136546 or 6201265. OLE color: 6201265.
HSL color Cylindrical-coordinate representation of color #B19F5E: hue angle of 46.99º 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 #B19F5E is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 159 | 94 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.31 |
| HSL | 46.99º | 0.35% | 0.53% | - |
| HSV(B) | 46.99º | 0.47% | 0.69% | - |
| XYZ | 32.55 | 34.95 | 15.62 | - |
| YUV | 156.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 94 | 0 | 0.10 | 0.47 | 0.31 | 46.99 | 0.35 | 0.53 |
| Hex | B1 | 9F | 5E | 0 | A | 2F | 1F | 2F | 23 | 35 |
| Octal | 261 | 237 | 136 | 0 | 12 | 57 | 37 | 57 | 43 | 65 |
| Binary | 10110001 | 10011111 | 1011110 | 0 | 1010 | 101111 | 11111 | 101111 | 100011 | 110101 |
Color Harmonies of #B19F5E
Complementary color
Monochromatic Colors of #B19F5E
Black with #B19F5E
Text Example
Text Example
White with #B19F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19F5E; }
p { color: rgb(177,159,94); }
H1.HeaderClassName
{
color: #B19F5E;
}
.AnyTagClassName
{
color: #B19F5E;
}
</style>
background-color css
<style>
a { background-color: #B19F5E; }
a { background-color: rgb(177,159,94); }
div.DivClassName
{
background-color: #B19F5E;
}
.BgClassName
{
background-color: #B19F5E;
}
</style>
border-color css
<style>
span { border-color: #B19F5E; }
span { border-color: rgb(177,159,94); }
td.TdClassName
{
border-color: #B19F5E;
}
.TagClassName
{
border-color: #B19F5E;
}
</style>