Shades of Turmeric #B18D45
Tints of Turmeric #B18D45
RGB
CMYK
RGB Variations
Color information
#B18D45 (or 0xB18D45) is known color: Turmeric. HEX triplet: B1, 8D and 45. RGB value is (177,141,69). Sum of RGB (Red+Green+Blue) = 177+141+69=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D45 is #4E72BA. Grayscale: #8F8F8F. Windows color (decimal): -5141179 or 4558257. OLE color: 4558257.
HSL color Cylindrical-coordinate representation of color #B18D45: hue angle of 40º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B18D45 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 69 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.31 |
| HSL | 40º | 0.44% | 0.48% | - |
| HSV(B) | 40º | 0.61% | 0.69% | - |
| XYZ | 28.73 | 28.83 | 9.68 | - |
| YUV | 143.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 69 | 0 | 0.20 | 0.61 | 0.31 | 40 | 0.44 | 0.48 |
| Hex | B1 | 8D | 45 | 0 | 14 | 3D | 1F | 28 | 2C | 30 |
| Octal | 261 | 215 | 105 | 0 | 24 | 75 | 37 | 50 | 54 | 60 |
| Binary | 10110001 | 10001101 | 1000101 | 0 | 10100 | 111101 | 11111 | 101000 | 101100 | 110000 |
Color Harmonies of #B18D45
Complementary color
Monochromatic Colors of #B18D45
Black with #B18D45
Text Example
Text Example
White with #B18D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D45; }
p { color: rgb(177,141,69); }
H1.HeaderClassName
{
color: #B18D45;
}
.AnyTagClassName
{
color: #B18D45;
}
</style>
background-color css
<style>
a { background-color: #B18D45; }
a { background-color: rgb(177,141,69); }
div.DivClassName
{
background-color: #B18D45;
}
.BgClassName
{
background-color: #B18D45;
}
</style>
border-color css
<style>
span { border-color: #B18D45; }
span { border-color: rgb(177,141,69); }
td.TdClassName
{
border-color: #B18D45;
}
.TagClassName
{
border-color: #B18D45;
}
</style>