Shades of Turmeric #B3913B
Tints of Turmeric #B3913B
RGB
CMYK
RGB Variations
Color information
#B3913B (or 0xB3913B) is known color: Turmeric. HEX triplet: B3, 91 and 3B. RGB value is (179,145,59). Sum of RGB (Red+Green+Blue) = 179+145+59=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 59 (23.44% from 255 or 15.40% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B3913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3913B is #4C6EC4. Grayscale: #919191. Windows color (decimal): -5009093 or 3903923. OLE color: 3903923.
HSL color Cylindrical-coordinate representation of color #B3913B: hue angle of 43º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B3913B is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 59 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.30 |
| HSL | 43º | 0.5% | 0.47% | - |
| HSV(B) | 43º | 0.67% | 0.7% | - |
| XYZ | 29.51 | 30.15 | 8.4 | - |
| YUV | 145.36 | 79.26 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 59 | 0 | 0.19 | 0.67 | 0.30 | 43 | 0.5 | 0.47 |
| Hex | B3 | 91 | 3B | 0 | 13 | 43 | 1E | 2B | 32 | 2F |
| Octal | 263 | 221 | 73 | 0 | 23 | 103 | 36 | 53 | 62 | 57 |
| Binary | 10110011 | 10010001 | 111011 | 0 | 10011 | 1000011 | 11110 | 101011 | 110010 | 101111 |
Color Harmonies of #B3913B
Complementary color
Monochromatic Colors of #B3913B
Black with #B3913B
Text Example
Text Example
White with #B3913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3913B; }
p { color: rgb(179,145,59); }
H1.HeaderClassName
{
color: #B3913B;
}
.AnyTagClassName
{
color: #B3913B;
}
</style>
background-color css
<style>
a { background-color: #B3913B; }
a { background-color: rgb(179,145,59); }
div.DivClassName
{
background-color: #B3913B;
}
.BgClassName
{
background-color: #B3913B;
}
</style>
border-color css
<style>
span { border-color: #B3913B; }
span { border-color: rgb(179,145,59); }
td.TdClassName
{
border-color: #B3913B;
}
.TagClassName
{
border-color: #B3913B;
}
</style>