Shades of Turmeric #B1913D
Tints of Turmeric #B1913D
RGB
CMYK
RGB Variations
Color information
#B1913D (or 0xB1913D) is known color: Turmeric. HEX triplet: B1, 91 and 3D. RGB value is (177,145,61). Sum of RGB (Red+Green+Blue) = 177+145+61=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1913D is #4E6EC2. Grayscale: #919191. Windows color (decimal): -5140163 or 4034993. OLE color: 4034993.
HSL color Cylindrical-coordinate representation of color #B1913D: hue angle of 43.45º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1913D is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 61 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.31 |
| HSL | 43.45º | 0.49% | 0.47% | - |
| HSV(B) | 43.45º | 0.66% | 0.69% | - |
| XYZ | 29.1 | 29.93 | 8.66 | - |
| YUV | 144.99 | 80.6 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 61 | 0 | 0.18 | 0.66 | 0.31 | 43.45 | 0.49 | 0.47 |
| Hex | B1 | 91 | 3D | 0 | 12 | 42 | 1F | 2B | 31 | 2F |
| Octal | 261 | 221 | 75 | 0 | 22 | 102 | 37 | 53 | 61 | 57 |
| Binary | 10110001 | 10010001 | 111101 | 0 | 10010 | 1000010 | 11111 | 101011 | 110001 | 101111 |
Color Harmonies of #B1913D
Complementary color
Monochromatic Colors of #B1913D
Black with #B1913D
Text Example
Text Example
White with #B1913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1913D; }
p { color: rgb(177,145,61); }
H1.HeaderClassName
{
color: #B1913D;
}
.AnyTagClassName
{
color: #B1913D;
}
</style>
background-color css
<style>
a { background-color: #B1913D; }
a { background-color: rgb(177,145,61); }
div.DivClassName
{
background-color: #B1913D;
}
.BgClassName
{
background-color: #B1913D;
}
</style>
border-color css
<style>
span { border-color: #B1913D; }
span { border-color: rgb(177,145,61); }
td.TdClassName
{
border-color: #B1913D;
}
.TagClassName
{
border-color: #B1913D;
}
</style>