Shades of Turmeric #B19340
Tints of Turmeric #B19340
RGB
CMYK
RGB Variations
Color information
#B19340 (or 0xB19340) is known color: Turmeric. HEX triplet: B1, 93 and 40. RGB value is (177,147,64). Sum of RGB (Red+Green+Blue) = 177+147+64=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B19340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19340 is #4E6CBF. Grayscale: #929292. Windows color (decimal): -5139648 or 4232113. OLE color: 4232113.
HSL color Cylindrical-coordinate representation of color #B19340: hue angle of 44.07º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B19340 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 147 | 64 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.31 |
| HSL | 44.07º | 0.47% | 0.47% | - |
| HSV(B) | 44.07º | 0.64% | 0.69% | - |
| XYZ | 29.49 | 30.58 | 9.2 | - |
| YUV | 146.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 147 | 64 | 0 | 0.17 | 0.64 | 0.31 | 44.07 | 0.47 | 0.47 |
| Hex | B1 | 93 | 40 | 0 | 11 | 40 | 1F | 2C | 2F | 2F |
| Octal | 261 | 223 | 100 | 0 | 21 | 100 | 37 | 54 | 57 | 57 |
| Binary | 10110001 | 10010011 | 1000000 | 0 | 10001 | 1000000 | 11111 | 101100 | 101111 | 101111 |
Color Harmonies of #B19340
Complementary color
Monochromatic Colors of #B19340
Black with #B19340
Text Example
Text Example
White with #B19340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19340; }
p { color: rgb(177,147,64); }
H1.HeaderClassName
{
color: #B19340;
}
.AnyTagClassName
{
color: #B19340;
}
</style>
background-color css
<style>
a { background-color: #B19340; }
a { background-color: rgb(177,147,64); }
div.DivClassName
{
background-color: #B19340;
}
.BgClassName
{
background-color: #B19340;
}
</style>
border-color css
<style>
span { border-color: #B19340; }
span { border-color: rgb(177,147,64); }
td.TdClassName
{
border-color: #B19340;
}
.TagClassName
{
border-color: #B19340;
}
</style>