Shades of Turmeric #B3913A
Tints of Turmeric #B3913A
RGB
CMYK
RGB Variations
Color information
#B3913A (or 0xB3913A) is known color: Turmeric. HEX triplet: B3, 91 and 3A. RGB value is (179,145,58). Sum of RGB (Red+Green+Blue) = 179+145+58=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3913A is #4C6EC5. Grayscale: #919191. Windows color (decimal): -5009094 or 3838387. OLE color: 3838387.
HSL color Cylindrical-coordinate representation of color #B3913A: hue angle of 43.14º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3913A is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 58 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.30 |
| HSL | 43.14º | 0.51% | 0.46% | - |
| HSV(B) | 43.14º | 0.68% | 0.7% | - |
| XYZ | 29.48 | 30.14 | 8.27 | - |
| YUV | 145.25 | 78.76 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 58 | 0 | 0.19 | 0.68 | 0.30 | 43.14 | 0.51 | 0.46 |
| Hex | B3 | 91 | 3A | 0 | 13 | 44 | 1E | 2B | 33 | 2E |
| Octal | 263 | 221 | 72 | 0 | 23 | 104 | 36 | 53 | 63 | 56 |
| Binary | 10110011 | 10010001 | 111010 | 0 | 10011 | 1000100 | 11110 | 101011 | 110011 | 101110 |
Color Harmonies of #B3913A
Complementary color
Monochromatic Colors of #B3913A
Black with #B3913A
Text Example
Text Example
White with #B3913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3913A; }
p { color: rgb(179,145,58); }
H1.HeaderClassName
{
color: #B3913A;
}
.AnyTagClassName
{
color: #B3913A;
}
</style>
background-color css
<style>
a { background-color: #B3913A; }
a { background-color: rgb(179,145,58); }
div.DivClassName
{
background-color: #B3913A;
}
.BgClassName
{
background-color: #B3913A;
}
</style>
border-color css
<style>
span { border-color: #B3913A; }
span { border-color: rgb(179,145,58); }
td.TdClassName
{
border-color: #B3913A;
}
.TagClassName
{
border-color: #B3913A;
}
</style>