Shades of Turmeric #B28D41
Tints of Turmeric #B28D41
RGB
CMYK
RGB Variations
Color information
#B28D41 (or 0xB28D41) is known color: Turmeric. HEX triplet: B2, 8D and 41. RGB value is (178,141,65). Sum of RGB (Red+Green+Blue) = 178+141+65=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D41 is #4D72BE. Grayscale: #8F8F8F. Windows color (decimal): -5075647 or 4296114. OLE color: 4296114.
HSL color Cylindrical-coordinate representation of color #B28D41: hue angle of 40.35º degrees, saturation: 0.47, 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 #B28D41 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 65 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.30 |
| HSL | 40.35º | 0.47% | 0.48% | - |
| HSV(B) | 40.35º | 0.63% | 0.7% | - |
| XYZ | 28.84 | 28.9 | 9.06 | - |
| YUV | 143.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 65 | 0 | 0.21 | 0.63 | 0.30 | 40.35 | 0.47 | 0.48 |
| Hex | B2 | 8D | 41 | 0 | 15 | 3F | 1E | 28 | 2F | 30 |
| Octal | 262 | 215 | 101 | 0 | 25 | 77 | 36 | 50 | 57 | 60 |
| Binary | 10110010 | 10001101 | 1000001 | 0 | 10101 | 111111 | 11110 | 101000 | 101111 | 110000 |
Color Harmonies of #B28D41
Complementary color
Monochromatic Colors of #B28D41
Black with #B28D41
Text Example
Text Example
White with #B28D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D41; }
p { color: rgb(178,141,65); }
H1.HeaderClassName
{
color: #B28D41;
}
.AnyTagClassName
{
color: #B28D41;
}
</style>
background-color css
<style>
a { background-color: #B28D41; }
a { background-color: rgb(178,141,65); }
div.DivClassName
{
background-color: #B28D41;
}
.BgClassName
{
background-color: #B28D41;
}
</style>
border-color css
<style>
span { border-color: #B28D41; }
span { border-color: rgb(178,141,65); }
td.TdClassName
{
border-color: #B28D41;
}
.TagClassName
{
border-color: #B28D41;
}
</style>