Shades of Turmeric #B28E42
Tints of Turmeric #B28E42
RGB
CMYK
RGB Variations
Color information
#B28E42 (or 0xB28E42) is known color: Turmeric. HEX triplet: B2, 8E and 42. RGB value is (178,142,66). Sum of RGB (Red+Green+Blue) = 178+142+66=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28E42 is #4D71BD. Grayscale: #909090. Windows color (decimal): -5075390 or 4361906. OLE color: 4361906.
HSL color Cylindrical-coordinate representation of color #B28E42: hue angle of 40.71º 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 #B28E42 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 142 | 66 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.30 |
| HSL | 40.71º | 0.46% | 0.48% | - |
| HSV(B) | 40.71º | 0.63% | 0.7% | - |
| XYZ | 29.02 | 29.2 | 9.26 | - |
| YUV | 144.1 | 83.93 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 142 | 66 | 0 | 0.20 | 0.63 | 0.30 | 40.71 | 0.46 | 0.48 |
| Hex | B2 | 8E | 42 | 0 | 14 | 3F | 1E | 29 | 2E | 30 |
| Octal | 262 | 216 | 102 | 0 | 24 | 77 | 36 | 51 | 56 | 60 |
| Binary | 10110010 | 10001110 | 1000010 | 0 | 10100 | 111111 | 11110 | 101001 | 101110 | 110000 |
Color Harmonies of #B28E42
Complementary color
Monochromatic Colors of #B28E42
Black with #B28E42
Text Example
Text Example
White with #B28E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28E42; }
p { color: rgb(178,142,66); }
H1.HeaderClassName
{
color: #B28E42;
}
.AnyTagClassName
{
color: #B28E42;
}
</style>
background-color css
<style>
a { background-color: #B28E42; }
a { background-color: rgb(178,142,66); }
div.DivClassName
{
background-color: #B28E42;
}
.BgClassName
{
background-color: #B28E42;
}
</style>
border-color css
<style>
span { border-color: #B28E42; }
span { border-color: rgb(178,142,66); }
td.TdClassName
{
border-color: #B28E42;
}
.TagClassName
{
border-color: #B28E42;
}
</style>