Shades of Turmeric #B19141
Tints of Turmeric #B19141
RGB
CMYK
RGB Variations
Color information
#B19141 (or 0xB19141) is known color: Turmeric. HEX triplet: B1, 91 and 41. RGB value is (177,145,65). Sum of RGB (Red+Green+Blue) = 177+145+65=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B19141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19141 is #4E6EBE. Grayscale: #919191. Windows color (decimal): -5140159 or 4297137. OLE color: 4297137.
HSL color Cylindrical-coordinate representation of color #B19141: hue angle of 42.86º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B19141 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 65 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.31 |
| HSL | 42.86º | 0.46% | 0.47% | - |
| HSV(B) | 42.86º | 0.63% | 0.69% | - |
| XYZ | 29.21 | 29.98 | 9.25 | - |
| YUV | 145.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 65 | 0 | 0.18 | 0.63 | 0.31 | 42.86 | 0.46 | 0.47 |
| Hex | B1 | 91 | 41 | 0 | 12 | 3F | 1F | 2B | 2E | 2F |
| Octal | 261 | 221 | 101 | 0 | 22 | 77 | 37 | 53 | 56 | 57 |
| Binary | 10110001 | 10010001 | 1000001 | 0 | 10010 | 111111 | 11111 | 101011 | 101110 | 101111 |
Color Harmonies of #B19141
Complementary color
Monochromatic Colors of #B19141
Black with #B19141
Text Example
Text Example
White with #B19141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19141; }
p { color: rgb(177,145,65); }
H1.HeaderClassName
{
color: #B19141;
}
.AnyTagClassName
{
color: #B19141;
}
</style>
background-color css
<style>
a { background-color: #B19141; }
a { background-color: rgb(177,145,65); }
div.DivClassName
{
background-color: #B19141;
}
.BgClassName
{
background-color: #B19141;
}
</style>
border-color css
<style>
span { border-color: #B19141; }
span { border-color: rgb(177,145,65); }
td.TdClassName
{
border-color: #B19141;
}
.TagClassName
{
border-color: #B19141;
}
</style>