Shades of Turmeric #B28C46
Tints of Turmeric #B28C46
RGB
CMYK
RGB Variations
Color information
#B28C46 (or 0xB28C46) is known color: Turmeric. HEX triplet: B2, 8C and 46. RGB value is (178,140,70). Sum of RGB (Red+Green+Blue) = 178+140+70=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28C46 is #4D73B9. Grayscale: #8F8F8F. Windows color (decimal): -5075898 or 4623538. OLE color: 4623538.
HSL color Cylindrical-coordinate representation of color #B28C46: hue angle of 38.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B28C46 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 70 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.30 |
| HSL | 38.89º | 0.44% | 0.49% | - |
| HSV(B) | 38.89º | 0.61% | 0.7% | - |
| XYZ | 28.84 | 28.66 | 9.81 | - |
| YUV | 143.38 | 86.59 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 70 | 0 | 0.21 | 0.61 | 0.30 | 38.89 | 0.44 | 0.49 |
| Hex | B2 | 8C | 46 | 0 | 15 | 3D | 1E | 27 | 2C | 31 |
| Octal | 262 | 214 | 106 | 0 | 25 | 75 | 36 | 47 | 54 | 61 |
| Binary | 10110010 | 10001100 | 1000110 | 0 | 10101 | 111101 | 11110 | 100111 | 101100 | 110001 |
Color Harmonies of #B28C46
Complementary color
Monochromatic Colors of #B28C46
Black with #B28C46
Text Example
Text Example
White with #B28C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C46; }
p { color: rgb(178,140,70); }
H1.HeaderClassName
{
color: #B28C46;
}
.AnyTagClassName
{
color: #B28C46;
}
</style>
background-color css
<style>
a { background-color: #B28C46; }
a { background-color: rgb(178,140,70); }
div.DivClassName
{
background-color: #B28C46;
}
.BgClassName
{
background-color: #B28C46;
}
</style>
border-color css
<style>
span { border-color: #B28C46; }
span { border-color: rgb(178,140,70); }
td.TdClassName
{
border-color: #B28C46;
}
.TagClassName
{
border-color: #B28C46;
}
</style>