Shades of Turmeric #B19239
Tints of Turmeric #B19239
RGB
CMYK
RGB Variations
Color information
#B19239 (or 0xB19239) is known color: Turmeric. HEX triplet: B1, 92 and 39. RGB value is (177,146,57). Sum of RGB (Red+Green+Blue) = 177+146+57=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B19239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19239 is #4E6DC6. Grayscale: #919191. Windows color (decimal): -5139911 or 3773105. OLE color: 3773105.
HSL color Cylindrical-coordinate representation of color #B19239: hue angle of 44.5º 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 #B19239 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 57 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.31 |
| HSL | 44.5º | 0.51% | 0.46% | - |
| HSV(B) | 44.5º | 0.68% | 0.69% | - |
| XYZ | 29.15 | 30.2 | 8.16 | - |
| YUV | 145.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 57 | 0 | 0.18 | 0.68 | 0.31 | 44.5 | 0.51 | 0.46 |
| Hex | B1 | 92 | 39 | 0 | 12 | 44 | 1F | 2C | 33 | 2E |
| Octal | 261 | 222 | 71 | 0 | 22 | 104 | 37 | 54 | 63 | 56 |
| Binary | 10110001 | 10010010 | 111001 | 0 | 10010 | 1000100 | 11111 | 101100 | 110011 | 101110 |
Color Harmonies of #B19239
Complementary color
Monochromatic Colors of #B19239
Black with #B19239
Text Example
Text Example
White with #B19239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19239; }
p { color: rgb(177,146,57); }
H1.HeaderClassName
{
color: #B19239;
}
.AnyTagClassName
{
color: #B19239;
}
</style>
background-color css
<style>
a { background-color: #B19239; }
a { background-color: rgb(177,146,57); }
div.DivClassName
{
background-color: #B19239;
}
.BgClassName
{
background-color: #B19239;
}
</style>
border-color css
<style>
span { border-color: #B19239; }
span { border-color: rgb(177,146,57); }
td.TdClassName
{
border-color: #B19239;
}
.TagClassName
{
border-color: #B19239;
}
</style>