Shades of Turmeric #B1923A
Tints of Turmeric #B1923A
RGB
CMYK
RGB Variations
Color information
#B1923A (or 0xB1923A) is known color: Turmeric. HEX triplet: B1, 92 and 3A. RGB value is (177,146,58). Sum of RGB (Red+Green+Blue) = 177+146+58=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1923A is #4E6DC5. Grayscale: #919191. Windows color (decimal): -5139910 or 3838641. OLE color: 3838641.
HSL color Cylindrical-coordinate representation of color #B1923A: hue angle of 44.37º 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 #B1923A is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 58 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.31 |
| HSL | 44.37º | 0.51% | 0.46% | - |
| HSV(B) | 44.37º | 0.67% | 0.69% | - |
| XYZ | 29.17 | 30.21 | 8.3 | - |
| YUV | 145.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 58 | 0 | 0.18 | 0.67 | 0.31 | 44.37 | 0.51 | 0.46 |
| Hex | B1 | 92 | 3A | 0 | 12 | 43 | 1F | 2C | 33 | 2E |
| Octal | 261 | 222 | 72 | 0 | 22 | 103 | 37 | 54 | 63 | 56 |
| Binary | 10110001 | 10010010 | 111010 | 0 | 10010 | 1000011 | 11111 | 101100 | 110011 | 101110 |
Color Harmonies of #B1923A
Complementary color
Monochromatic Colors of #B1923A
Black with #B1923A
Text Example
Text Example
White with #B1923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1923A; }
p { color: rgb(177,146,58); }
H1.HeaderClassName
{
color: #B1923A;
}
.AnyTagClassName
{
color: #B1923A;
}
</style>
background-color css
<style>
a { background-color: #B1923A; }
a { background-color: rgb(177,146,58); }
div.DivClassName
{
background-color: #B1923A;
}
.BgClassName
{
background-color: #B1923A;
}
</style>
border-color css
<style>
span { border-color: #B1923A; }
span { border-color: rgb(177,146,58); }
td.TdClassName
{
border-color: #B1923A;
}
.TagClassName
{
border-color: #B1923A;
}
</style>