Shades of Turmeric #B1943A
Tints of Turmeric #B1943A
RGB
CMYK
RGB Variations
Color information
#B1943A (or 0xB1943A) is known color: Turmeric. HEX triplet: B1, 94 and 3A. RGB value is (177,148,58). Sum of RGB (Red+Green+Blue) = 177+148+58=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1943A is #4E6BC5. Grayscale: #929292. Windows color (decimal): -5139398 or 3839153. OLE color: 3839153.
HSL color Cylindrical-coordinate representation of color #B1943A: hue angle of 45.38º degrees, saturation: 0.51, 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 #B1943A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 148 | 58 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.31 |
| HSL | 45.38º | 0.51% | 0.46% | - |
| HSV(B) | 45.38º | 0.67% | 0.69% | - |
| XYZ | 29.49 | 30.83 | 8.4 | - |
| YUV | 146.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 148 | 58 | 0 | 0.16 | 0.67 | 0.31 | 45.38 | 0.51 | 0.46 |
| Hex | B1 | 94 | 3A | 0 | 10 | 43 | 1F | 2D | 33 | 2E |
| Octal | 261 | 224 | 72 | 0 | 20 | 103 | 37 | 55 | 63 | 56 |
| Binary | 10110001 | 10010100 | 111010 | 0 | 10000 | 1000011 | 11111 | 101101 | 110011 | 101110 |
Color Harmonies of #B1943A
Complementary color
Monochromatic Colors of #B1943A
Black with #B1943A
Text Example
Text Example
White with #B1943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1943A; }
p { color: rgb(177,148,58); }
H1.HeaderClassName
{
color: #B1943A;
}
.AnyTagClassName
{
color: #B1943A;
}
</style>
background-color css
<style>
a { background-color: #B1943A; }
a { background-color: rgb(177,148,58); }
div.DivClassName
{
background-color: #B1943A;
}
.BgClassName
{
background-color: #B1943A;
}
</style>
border-color css
<style>
span { border-color: #B1943A; }
span { border-color: rgb(177,148,58); }
td.TdClassName
{
border-color: #B1943A;
}
.TagClassName
{
border-color: #B1943A;
}
</style>