Shades of Turmeric #B19042
Tints of Turmeric #B19042
RGB
CMYK
RGB Variations
Color information
#B19042 (or 0xB19042) is known color: Turmeric. HEX triplet: B1, 90 and 42. RGB value is (177,144,66). Sum of RGB (Red+Green+Blue) = 177+144+66=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B19042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19042 is #4E6FBD. Grayscale: #919191. Windows color (decimal): -5140414 or 4362417. OLE color: 4362417.
HSL color Cylindrical-coordinate representation of color #B19042: hue angle of 42.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B19042 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 66 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.31 |
| HSL | 42.16º | 0.46% | 0.48% | - |
| HSV(B) | 42.16º | 0.63% | 0.69% | - |
| XYZ | 29.09 | 29.69 | 9.35 | - |
| YUV | 144.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 66 | 0 | 0.19 | 0.63 | 0.31 | 42.16 | 0.46 | 0.48 |
| Hex | B1 | 90 | 42 | 0 | 13 | 3F | 1F | 2A | 2E | 30 |
| Octal | 261 | 220 | 102 | 0 | 23 | 77 | 37 | 52 | 56 | 60 |
| Binary | 10110001 | 10010000 | 1000010 | 0 | 10011 | 111111 | 11111 | 101010 | 101110 | 110000 |
Color Harmonies of #B19042
Complementary color
Monochromatic Colors of #B19042
Black with #B19042
Text Example
Text Example
White with #B19042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19042; }
p { color: rgb(177,144,66); }
H1.HeaderClassName
{
color: #B19042;
}
.AnyTagClassName
{
color: #B19042;
}
</style>
background-color css
<style>
a { background-color: #B19042; }
a { background-color: rgb(177,144,66); }
div.DivClassName
{
background-color: #B19042;
}
.BgClassName
{
background-color: #B19042;
}
</style>
border-color css
<style>
span { border-color: #B19042; }
span { border-color: rgb(177,144,66); }
td.TdClassName
{
border-color: #B19042;
}
.TagClassName
{
border-color: #B19042;
}
</style>