Shades of Turmeric #B19144
Tints of Turmeric #B19144
RGB
CMYK
RGB Variations
Color information
#B19144 (or 0xB19144) is known color: Turmeric. HEX triplet: B1, 91 and 44. RGB value is (177,145,68). Sum of RGB (Red+Green+Blue) = 177+145+68=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B19144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19144 is #4E6EBB. Grayscale: #929292. Windows color (decimal): -5140156 or 4493745. OLE color: 4493745.
HSL color Cylindrical-coordinate representation of color #B19144: hue angle of 42.39º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B19144 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 68 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.31 |
| HSL | 42.39º | 0.44% | 0.48% | - |
| HSV(B) | 42.39º | 0.62% | 0.69% | - |
| XYZ | 29.3 | 30.02 | 9.72 | - |
| YUV | 145.79 | 84.1 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 68 | 0 | 0.18 | 0.62 | 0.31 | 42.39 | 0.44 | 0.48 |
| Hex | B1 | 91 | 44 | 0 | 12 | 3E | 1F | 2A | 2C | 30 |
| Octal | 261 | 221 | 104 | 0 | 22 | 76 | 37 | 52 | 54 | 60 |
| Binary | 10110001 | 10010001 | 1000100 | 0 | 10010 | 111110 | 11111 | 101010 | 101100 | 110000 |
Color Harmonies of #B19144
Complementary color
Monochromatic Colors of #B19144
Black with #B19144
Text Example
Text Example
White with #B19144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19144; }
p { color: rgb(177,145,68); }
H1.HeaderClassName
{
color: #B19144;
}
.AnyTagClassName
{
color: #B19144;
}
</style>
background-color css
<style>
a { background-color: #B19144; }
a { background-color: rgb(177,145,68); }
div.DivClassName
{
background-color: #B19144;
}
.BgClassName
{
background-color: #B19144;
}
</style>
border-color css
<style>
span { border-color: #B19144; }
span { border-color: rgb(177,145,68); }
td.TdClassName
{
border-color: #B19144;
}
.TagClassName
{
border-color: #B19144;
}
</style>