Shades of Turmeric #B1903B
Tints of Turmeric #B1903B
RGB
CMYK
RGB Variations
Color information
#B1903B (or 0xB1903B) is known color: Turmeric. HEX triplet: B1, 90 and 3B. RGB value is (177,144,59). Sum of RGB (Red+Green+Blue) = 177+144+59=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1903B is #4E6FC4. Grayscale: #909090. Windows color (decimal): -5140421 or 3903665. OLE color: 3903665.
HSL color Cylindrical-coordinate representation of color #B1903B: hue angle of 43.22º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1903B is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 59 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.31 |
| HSL | 43.22º | 0.5% | 0.46% | - |
| HSV(B) | 43.22º | 0.67% | 0.69% | - |
| XYZ | 28.89 | 29.61 | 8.33 | - |
| YUV | 144.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 59 | 0 | 0.19 | 0.67 | 0.31 | 43.22 | 0.5 | 0.46 |
| Hex | B1 | 90 | 3B | 0 | 13 | 43 | 1F | 2B | 32 | 2E |
| Octal | 261 | 220 | 73 | 0 | 23 | 103 | 37 | 53 | 62 | 56 |
| Binary | 10110001 | 10010000 | 111011 | 0 | 10011 | 1000011 | 11111 | 101011 | 110010 | 101110 |
Color Harmonies of #B1903B
Complementary color
Monochromatic Colors of #B1903B
Black with #B1903B
Text Example
Text Example
White with #B1903B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1903B; }
p { color: rgb(177,144,59); }
H1.HeaderClassName
{
color: #B1903B;
}
.AnyTagClassName
{
color: #B1903B;
}
</style>
background-color css
<style>
a { background-color: #B1903B; }
a { background-color: rgb(177,144,59); }
div.DivClassName
{
background-color: #B1903B;
}
.BgClassName
{
background-color: #B1903B;
}
</style>
border-color css
<style>
span { border-color: #B1903B; }
span { border-color: rgb(177,144,59); }
td.TdClassName
{
border-color: #B1903B;
}
.TagClassName
{
border-color: #B1903B;
}
</style>