Shades of Turmeric #B4913D
Tints of Turmeric #B4913D
RGB
CMYK
RGB Variations
Color information
#B4913D (or 0xB4913D) is known color: Turmeric. HEX triplet: B4, 91 and 3D. RGB value is (180,145,61). Sum of RGB (Red+Green+Blue) = 180+145+61=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4913D is #4B6EC2. Grayscale: #929292. Windows color (decimal): -4943555 or 4034996. OLE color: 4034996.
HSL color Cylindrical-coordinate representation of color #B4913D: hue angle of 42.35º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4913D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 61 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.29 |
| HSL | 42.35º | 0.49% | 0.47% | - |
| HSV(B) | 42.35º | 0.66% | 0.71% | - |
| XYZ | 29.79 | 30.29 | 8.69 | - |
| YUV | 145.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 61 | 0 | 0.19 | 0.66 | 0.29 | 42.35 | 0.49 | 0.47 |
| Hex | B4 | 91 | 3D | 0 | 13 | 42 | 1D | 2A | 31 | 2F |
| Octal | 264 | 221 | 75 | 0 | 23 | 102 | 35 | 52 | 61 | 57 |
| Binary | 10110100 | 10010001 | 111101 | 0 | 10011 | 1000010 | 11101 | 101010 | 110001 | 101111 |
Color Harmonies of #B4913D
Complementary color
Monochromatic Colors of #B4913D
Black with #B4913D
Text Example
Text Example
White with #B4913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4913D; }
p { color: rgb(180,145,61); }
H1.HeaderClassName
{
color: #B4913D;
}
.AnyTagClassName
{
color: #B4913D;
}
</style>
background-color css
<style>
a { background-color: #B4913D; }
a { background-color: rgb(180,145,61); }
div.DivClassName
{
background-color: #B4913D;
}
.BgClassName
{
background-color: #B4913D;
}
</style>
border-color css
<style>
span { border-color: #B4913D; }
span { border-color: rgb(180,145,61); }
td.TdClassName
{
border-color: #B4913D;
}
.TagClassName
{
border-color: #B4913D;
}
</style>