Shades of Turmeric #B19139
Tints of Turmeric #B19139
RGB
CMYK
RGB Variations
Color information
#B19139 (or 0xB19139) is known color: Turmeric. HEX triplet: B1, 91 and 39. RGB value is (177,145,57). Sum of RGB (Red+Green+Blue) = 177+145+57=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B19139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19139 is #4E6EC6. Grayscale: #909090. Windows color (decimal): -5140167 or 3772849. OLE color: 3772849.
HSL color Cylindrical-coordinate representation of color #B19139: hue angle of 44º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B19139 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 57 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.31 |
| HSL | 44º | 0.51% | 0.46% | - |
| HSV(B) | 44º | 0.68% | 0.69% | - |
| XYZ | 29 | 29.89 | 8.11 | - |
| YUV | 144.54 | 78.6 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 57 | 0 | 0.18 | 0.68 | 0.31 | 44 | 0.51 | 0.46 |
| Hex | B1 | 91 | 39 | 0 | 12 | 44 | 1F | 2C | 33 | 2E |
| Octal | 261 | 221 | 71 | 0 | 22 | 104 | 37 | 54 | 63 | 56 |
| Binary | 10110001 | 10010001 | 111001 | 0 | 10010 | 1000100 | 11111 | 101100 | 110011 | 101110 |
Color Harmonies of #B19139
Complementary color
Monochromatic Colors of #B19139
Black with #B19139
Text Example
Text Example
White with #B19139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19139; }
p { color: rgb(177,145,57); }
H1.HeaderClassName
{
color: #B19139;
}
.AnyTagClassName
{
color: #B19139;
}
</style>
background-color css
<style>
a { background-color: #B19139; }
a { background-color: rgb(177,145,57); }
div.DivClassName
{
background-color: #B19139;
}
.BgClassName
{
background-color: #B19139;
}
</style>
border-color css
<style>
span { border-color: #B19139; }
span { border-color: rgb(177,145,57); }
td.TdClassName
{
border-color: #B19139;
}
.TagClassName
{
border-color: #B19139;
}
</style>