Shades of Turmeric #B39043
Tints of Turmeric #B39043
RGB
CMYK
RGB Variations
Color information
#B39043 (or 0xB39043) is known color: Turmeric. HEX triplet: B3, 90 and 43. RGB value is (179,144,67). Sum of RGB (Red+Green+Blue) = 179+144+67=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B39043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39043 is #4C6FBC. Grayscale: #929292. Windows color (decimal): -5009341 or 4427955. OLE color: 4427955.
HSL color Cylindrical-coordinate representation of color #B39043: hue angle of 41.25º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B39043 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 67 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.30 |
| HSL | 41.25º | 0.46% | 0.48% | - |
| HSV(B) | 41.25º | 0.63% | 0.7% | - |
| XYZ | 29.58 | 29.94 | 9.53 | - |
| YUV | 145.69 | 83.6 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 67 | 0 | 0.20 | 0.63 | 0.30 | 41.25 | 0.46 | 0.48 |
| Hex | B3 | 90 | 43 | 0 | 14 | 3F | 1E | 29 | 2E | 30 |
| Octal | 263 | 220 | 103 | 0 | 24 | 77 | 36 | 51 | 56 | 60 |
| Binary | 10110011 | 10010000 | 1000011 | 0 | 10100 | 111111 | 11110 | 101001 | 101110 | 110000 |
Color Harmonies of #B39043
Complementary color
Monochromatic Colors of #B39043
Black with #B39043
Text Example
Text Example
White with #B39043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39043; }
p { color: rgb(179,144,67); }
H1.HeaderClassName
{
color: #B39043;
}
.AnyTagClassName
{
color: #B39043;
}
</style>
background-color css
<style>
a { background-color: #B39043; }
a { background-color: rgb(179,144,67); }
div.DivClassName
{
background-color: #B39043;
}
.BgClassName
{
background-color: #B39043;
}
</style>
border-color css
<style>
span { border-color: #B39043; }
span { border-color: rgb(179,144,67); }
td.TdClassName
{
border-color: #B39043;
}
.TagClassName
{
border-color: #B39043;
}
</style>