Shades of Turmeric #B48D48
Tints of Turmeric #B48D48
RGB
CMYK
RGB Variations
Color information
#B48D48 (or 0xB48D48) is known color: Turmeric. HEX triplet: B4, 8D and 48. RGB value is (180,141,72). Sum of RGB (Red+Green+Blue) = 180+141+72=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D48 is #4B72B7. Grayscale: #919191. Windows color (decimal): -4944568 or 4754868. OLE color: 4754868.
HSL color Cylindrical-coordinate representation of color #B48D48: hue angle of 38.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B48D48 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 141 | 72 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.29 |
| HSL | 38.33º | 0.43% | 0.49% | - |
| HSV(B) | 38.33º | 0.6% | 0.71% | - |
| XYZ | 29.52 | 29.22 | 10.22 | - |
| YUV | 144.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 141 | 72 | 0 | 0.22 | 0.60 | 0.29 | 38.33 | 0.43 | 0.49 |
| Hex | B4 | 8D | 48 | 0 | 16 | 3C | 1D | 26 | 2B | 31 |
| Octal | 264 | 215 | 110 | 0 | 26 | 74 | 35 | 46 | 53 | 61 |
| Binary | 10110100 | 10001101 | 1001000 | 0 | 10110 | 111100 | 11101 | 100110 | 101011 | 110001 |
Color Harmonies of #B48D48
Complementary color
Monochromatic Colors of #B48D48
Black with #B48D48
Text Example
Text Example
White with #B48D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48D48; }
p { color: rgb(180,141,72); }
H1.HeaderClassName
{
color: #B48D48;
}
.AnyTagClassName
{
color: #B48D48;
}
</style>
background-color css
<style>
a { background-color: #B48D48; }
a { background-color: rgb(180,141,72); }
div.DivClassName
{
background-color: #B48D48;
}
.BgClassName
{
background-color: #B48D48;
}
</style>
border-color css
<style>
span { border-color: #B48D48; }
span { border-color: rgb(180,141,72); }
td.TdClassName
{
border-color: #B48D48;
}
.TagClassName
{
border-color: #B48D48;
}
</style>