Shades of Turmeric #B38F42
Tints of Turmeric #B38F42
RGB
CMYK
RGB Variations
Color information
#B38F42 (or 0xB38F42) is known color: Turmeric. HEX triplet: B3, 8F and 42. RGB value is (179,143,66). Sum of RGB (Red+Green+Blue) = 179+143+66=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F42 is #4C70BD. Grayscale: #919191. Windows color (decimal): -5009598 or 4362163. OLE color: 4362163.
HSL color Cylindrical-coordinate representation of color #B38F42: hue angle of 40.88º 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 #B38F42 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 66 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.30 |
| HSL | 40.88º | 0.46% | 0.48% | - |
| HSV(B) | 40.88º | 0.63% | 0.7% | - |
| XYZ | 29.4 | 29.62 | 9.32 | - |
| YUV | 144.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 66 | 0 | 0.20 | 0.63 | 0.30 | 40.88 | 0.46 | 0.48 |
| Hex | B3 | 8F | 42 | 0 | 14 | 3F | 1E | 29 | 2E | 30 |
| Octal | 263 | 217 | 102 | 0 | 24 | 77 | 36 | 51 | 56 | 60 |
| Binary | 10110011 | 10001111 | 1000010 | 0 | 10100 | 111111 | 11110 | 101001 | 101110 | 110000 |
Color Harmonies of #B38F42
Complementary color
Monochromatic Colors of #B38F42
Black with #B38F42
Text Example
Text Example
White with #B38F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F42; }
p { color: rgb(179,143,66); }
H1.HeaderClassName
{
color: #B38F42;
}
.AnyTagClassName
{
color: #B38F42;
}
</style>
background-color css
<style>
a { background-color: #B38F42; }
a { background-color: rgb(179,143,66); }
div.DivClassName
{
background-color: #B38F42;
}
.BgClassName
{
background-color: #B38F42;
}
</style>
border-color css
<style>
span { border-color: #B38F42; }
span { border-color: rgb(179,143,66); }
td.TdClassName
{
border-color: #B38F42;
}
.TagClassName
{
border-color: #B38F42;
}
</style>