Shades of Turmeric #B1913E
Tints of Turmeric #B1913E
RGB
CMYK
RGB Variations
Color information
#B1913E (or 0xB1913E) is known color: Turmeric. HEX triplet: B1, 91 and 3E. RGB value is (177,145,62). Sum of RGB (Red+Green+Blue) = 177+145+62=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1913E is #4E6EC1. Grayscale: #919191. Windows color (decimal): -5140162 or 4100529. OLE color: 4100529.
HSL color Cylindrical-coordinate representation of color #B1913E: hue angle of 43.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1913E is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 62 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.31 |
| HSL | 43.3º | 0.48% | 0.47% | - |
| HSV(B) | 43.3º | 0.65% | 0.69% | - |
| XYZ | 29.13 | 29.95 | 8.8 | - |
| YUV | 145.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 62 | 0 | 0.18 | 0.65 | 0.31 | 43.3 | 0.48 | 0.47 |
| Hex | B1 | 91 | 3E | 0 | 12 | 41 | 1F | 2B | 30 | 2F |
| Octal | 261 | 221 | 76 | 0 | 22 | 101 | 37 | 53 | 60 | 57 |
| Binary | 10110001 | 10010001 | 111110 | 0 | 10010 | 1000001 | 11111 | 101011 | 110000 | 101111 |
Color Harmonies of #B1913E
Complementary color
Monochromatic Colors of #B1913E
Black with #B1913E
Text Example
Text Example
White with #B1913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1913E; }
p { color: rgb(177,145,62); }
H1.HeaderClassName
{
color: #B1913E;
}
.AnyTagClassName
{
color: #B1913E;
}
</style>
background-color css
<style>
a { background-color: #B1913E; }
a { background-color: rgb(177,145,62); }
div.DivClassName
{
background-color: #B1913E;
}
.BgClassName
{
background-color: #B1913E;
}
</style>
border-color css
<style>
span { border-color: #B1913E; }
span { border-color: rgb(177,145,62); }
td.TdClassName
{
border-color: #B1913E;
}
.TagClassName
{
border-color: #B1913E;
}
</style>