Shades of Turmeric #B18D44
Tints of Turmeric #B18D44
RGB
CMYK
RGB Variations
Color information
#B18D44 (or 0xB18D44) is known color: Turmeric. HEX triplet: B1, 8D and 44. RGB value is (177,141,68). Sum of RGB (Red+Green+Blue) = 177+141+68=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D44 is #4E72BB. Grayscale: #8F8F8F. Windows color (decimal): -5141180 or 4492721. OLE color: 4492721.
HSL color Cylindrical-coordinate representation of color #B18D44: hue angle of 40.18º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B18D44 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 68 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.31 |
| HSL | 40.18º | 0.44% | 0.48% | - |
| HSV(B) | 40.18º | 0.62% | 0.69% | - |
| XYZ | 28.7 | 28.81 | 9.52 | - |
| YUV | 143.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 68 | 0 | 0.20 | 0.62 | 0.31 | 40.18 | 0.44 | 0.48 |
| Hex | B1 | 8D | 44 | 0 | 14 | 3E | 1F | 28 | 2C | 30 |
| Octal | 261 | 215 | 104 | 0 | 24 | 76 | 37 | 50 | 54 | 60 |
| Binary | 10110001 | 10001101 | 1000100 | 0 | 10100 | 111110 | 11111 | 101000 | 101100 | 110000 |
Color Harmonies of #B18D44
Complementary color
Monochromatic Colors of #B18D44
Black with #B18D44
Text Example
Text Example
White with #B18D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D44; }
p { color: rgb(177,141,68); }
H1.HeaderClassName
{
color: #B18D44;
}
.AnyTagClassName
{
color: #B18D44;
}
</style>
background-color css
<style>
a { background-color: #B18D44; }
a { background-color: rgb(177,141,68); }
div.DivClassName
{
background-color: #B18D44;
}
.BgClassName
{
background-color: #B18D44;
}
</style>
border-color css
<style>
span { border-color: #B18D44; }
span { border-color: rgb(177,141,68); }
td.TdClassName
{
border-color: #B18D44;
}
.TagClassName
{
border-color: #B18D44;
}
</style>