Shades of Turmeric #B19343
Tints of Turmeric #B19343
RGB
CMYK
RGB Variations
Color information
#B19343 (or 0xB19343) is known color: Turmeric. HEX triplet: B1, 93 and 43. RGB value is (177,147,67). Sum of RGB (Red+Green+Blue) = 177+147+67=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B19343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19343 is #4E6CBC. Grayscale: #939393. Windows color (decimal): -5139645 or 4428721. OLE color: 4428721.
HSL color Cylindrical-coordinate representation of color #B19343: hue angle of 43.64º degrees, saturation: 0.45, 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 #B19343 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 67 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.31 |
| HSL | 43.64º | 0.45% | 0.48% | - |
| HSV(B) | 43.64º | 0.62% | 0.69% | - |
| XYZ | 29.58 | 30.62 | 9.66 | - |
| YUV | 146.85 | 82.94 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 67 | 0 | 0.17 | 0.62 | 0.31 | 43.64 | 0.45 | 0.48 |
| Hex | B1 | 93 | 43 | 0 | 11 | 3E | 1F | 2C | 2D | 30 |
| Octal | 261 | 223 | 103 | 0 | 21 | 76 | 37 | 54 | 55 | 60 |
| Binary | 10110001 | 10010011 | 1000011 | 0 | 10001 | 111110 | 11111 | 101100 | 101101 | 110000 |
Color Harmonies of #B19343
Complementary color
Monochromatic Colors of #B19343
Black with #B19343
Text Example
Text Example
White with #B19343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19343; }
p { color: rgb(177,147,67); }
H1.HeaderClassName
{
color: #B19343;
}
.AnyTagClassName
{
color: #B19343;
}
</style>
background-color css
<style>
a { background-color: #B19343; }
a { background-color: rgb(177,147,67); }
div.DivClassName
{
background-color: #B19343;
}
.BgClassName
{
background-color: #B19343;
}
</style>
border-color css
<style>
span { border-color: #B19343; }
span { border-color: rgb(177,147,67); }
td.TdClassName
{
border-color: #B19343;
}
.TagClassName
{
border-color: #B19343;
}
</style>