Shades of Turmeric #B1903D
Tints of Turmeric #B1903D
RGB
CMYK
RGB Variations
Color information
#B1903D (or 0xB1903D) is known color: Turmeric. HEX triplet: B1, 90 and 3D. RGB value is (177,144,61). Sum of RGB (Red+Green+Blue) = 177+144+61=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1903D is #4E6FC2. Grayscale: #909090. Windows color (decimal): -5140419 or 4034737. OLE color: 4034737.
HSL color Cylindrical-coordinate representation of color #B1903D: hue angle of 42.93º 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 #B1903D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 61 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.31 |
| HSL | 42.93º | 0.49% | 0.47% | - |
| HSV(B) | 42.93º | 0.66% | 0.69% | - |
| XYZ | 28.95 | 29.63 | 8.61 | - |
| YUV | 144.41 | 80.93 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 61 | 0 | 0.19 | 0.66 | 0.31 | 42.93 | 0.49 | 0.47 |
| Hex | B1 | 90 | 3D | 0 | 13 | 42 | 1F | 2B | 31 | 2F |
| Octal | 261 | 220 | 75 | 0 | 23 | 102 | 37 | 53 | 61 | 57 |
| Binary | 10110001 | 10010000 | 111101 | 0 | 10011 | 1000010 | 11111 | 101011 | 110001 | 101111 |
Color Harmonies of #B1903D
Complementary color
Monochromatic Colors of #B1903D
Black with #B1903D
Text Example
Text Example
White with #B1903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1903D; }
p { color: rgb(177,144,61); }
H1.HeaderClassName
{
color: #B1903D;
}
.AnyTagClassName
{
color: #B1903D;
}
</style>
background-color css
<style>
a { background-color: #B1903D; }
a { background-color: rgb(177,144,61); }
div.DivClassName
{
background-color: #B1903D;
}
.BgClassName
{
background-color: #B1903D;
}
</style>
border-color css
<style>
span { border-color: #B1903D; }
span { border-color: rgb(177,144,61); }
td.TdClassName
{
border-color: #B1903D;
}
.TagClassName
{
border-color: #B1903D;
}
</style>