Shades of Turmeric #B19248
Tints of Turmeric #B19248
RGB
CMYK
RGB Variations
Color information
#B19248 (or 0xB19248) is known color: Turmeric. HEX triplet: B1, 92 and 48. RGB value is (177,146,72). Sum of RGB (Red+Green+Blue) = 177+146+72=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B19248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19248 is #4E6DB7. Grayscale: #939393. Windows color (decimal): -5139896 or 4756145. OLE color: 4756145.
HSL color Cylindrical-coordinate representation of color #B19248: hue angle of 42.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B19248 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 72 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.31 |
| HSL | 42.29º | 0.42% | 0.49% | - |
| HSV(B) | 42.29º | 0.59% | 0.69% | - |
| XYZ | 29.58 | 30.37 | 10.43 | - |
| YUV | 146.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 72 | 0 | 0.18 | 0.59 | 0.31 | 42.29 | 0.42 | 0.49 |
| Hex | B1 | 92 | 48 | 0 | 12 | 3B | 1F | 2A | 2A | 31 |
| Octal | 261 | 222 | 110 | 0 | 22 | 73 | 37 | 52 | 52 | 61 |
| Binary | 10110001 | 10010010 | 1001000 | 0 | 10010 | 111011 | 11111 | 101010 | 101010 | 110001 |
Color Harmonies of #B19248
Complementary color
Monochromatic Colors of #B19248
Black with #B19248
Text Example
Text Example
White with #B19248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19248; }
p { color: rgb(177,146,72); }
H1.HeaderClassName
{
color: #B19248;
}
.AnyTagClassName
{
color: #B19248;
}
</style>
background-color css
<style>
a { background-color: #B19248; }
a { background-color: rgb(177,146,72); }
div.DivClassName
{
background-color: #B19248;
}
.BgClassName
{
background-color: #B19248;
}
</style>
border-color css
<style>
span { border-color: #B19248; }
span { border-color: rgb(177,146,72); }
td.TdClassName
{
border-color: #B19248;
}
.TagClassName
{
border-color: #B19248;
}
</style>