Shades of Turmeric #B4913C
Tints of Turmeric #B4913C
RGB
CMYK
RGB Variations
Color information
#B4913C (or 0xB4913C) is known color: Turmeric. HEX triplet: B4, 91 and 3C. RGB value is (180,145,60). Sum of RGB (Red+Green+Blue) = 180+145+60=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4913C is #4B6EC3. Grayscale: #929292. Windows color (decimal): -4943556 or 3969460. OLE color: 3969460.
HSL color Cylindrical-coordinate representation of color #B4913C: hue angle of 42.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4913C is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 60 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.29 |
| HSL | 42.5º | 0.5% | 0.47% | - |
| HSV(B) | 42.5º | 0.67% | 0.71% | - |
| XYZ | 29.76 | 30.28 | 8.55 | - |
| YUV | 145.78 | 79.6 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 60 | 0 | 0.19 | 0.67 | 0.29 | 42.5 | 0.5 | 0.47 |
| Hex | B4 | 91 | 3C | 0 | 13 | 43 | 1D | 2A | 32 | 2F |
| Octal | 264 | 221 | 74 | 0 | 23 | 103 | 35 | 52 | 62 | 57 |
| Binary | 10110100 | 10010001 | 111100 | 0 | 10011 | 1000011 | 11101 | 101010 | 110010 | 101111 |
Color Harmonies of #B4913C
Complementary color
Monochromatic Colors of #B4913C
Black with #B4913C
Text Example
Text Example
White with #B4913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4913C; }
p { color: rgb(180,145,60); }
H1.HeaderClassName
{
color: #B4913C;
}
.AnyTagClassName
{
color: #B4913C;
}
</style>
background-color css
<style>
a { background-color: #B4913C; }
a { background-color: rgb(180,145,60); }
div.DivClassName
{
background-color: #B4913C;
}
.BgClassName
{
background-color: #B4913C;
}
</style>
border-color css
<style>
span { border-color: #B4913C; }
span { border-color: rgb(180,145,60); }
td.TdClassName
{
border-color: #B4913C;
}
.TagClassName
{
border-color: #B4913C;
}
</style>