Shades of Turmeric #B18D46
Tints of Turmeric #B18D46
RGB
CMYK
RGB Variations
Color information
#B18D46 (or 0xB18D46) is known color: Turmeric. HEX triplet: B1, 8D and 46. RGB value is (177,141,70). Sum of RGB (Red+Green+Blue) = 177+141+70=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 70 (27.73% from 255 or 18.04% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D46 is #4E72B9. Grayscale: #8F8F8F. Windows color (decimal): -5141178 or 4623793. OLE color: 4623793.
HSL color Cylindrical-coordinate representation of color #B18D46: hue angle of 39.81º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B18D46 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 70 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.31 |
| HSL | 39.81º | 0.43% | 0.48% | - |
| HSV(B) | 39.81º | 0.6% | 0.69% | - |
| XYZ | 28.76 | 28.84 | 9.84 | - |
| YUV | 143.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 70 | 0 | 0.20 | 0.60 | 0.31 | 39.81 | 0.43 | 0.48 |
| Hex | B1 | 8D | 46 | 0 | 14 | 3C | 1F | 28 | 2B | 30 |
| Octal | 261 | 215 | 106 | 0 | 24 | 74 | 37 | 50 | 53 | 60 |
| Binary | 10110001 | 10001101 | 1000110 | 0 | 10100 | 111100 | 11111 | 101000 | 101011 | 110000 |
Color Harmonies of #B18D46
Complementary color
Monochromatic Colors of #B18D46
Black with #B18D46
Text Example
Text Example
White with #B18D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D46; }
p { color: rgb(177,141,70); }
H1.HeaderClassName
{
color: #B18D46;
}
.AnyTagClassName
{
color: #B18D46;
}
</style>
background-color css
<style>
a { background-color: #B18D46; }
a { background-color: rgb(177,141,70); }
div.DivClassName
{
background-color: #B18D46;
}
.BgClassName
{
background-color: #B18D46;
}
</style>
border-color css
<style>
span { border-color: #B18D46; }
span { border-color: rgb(177,141,70); }
td.TdClassName
{
border-color: #B18D46;
}
.TagClassName
{
border-color: #B18D46;
}
</style>