Shades of Turmeric #B1923B
Tints of Turmeric #B1923B
RGB
CMYK
RGB Variations
Color information
#B1923B (or 0xB1923B) is known color: Turmeric. HEX triplet: B1, 92 and 3B. RGB value is (177,146,59). Sum of RGB (Red+Green+Blue) = 177+146+59=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B1923B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1923B is #4E6DC4. Grayscale: #919191. Windows color (decimal): -5139909 or 3904177. OLE color: 3904177.
HSL color Cylindrical-coordinate representation of color #B1923B: hue angle of 44.24º 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 #B1923B is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 59 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.31 |
| HSL | 44.24º | 0.5% | 0.46% | - |
| HSV(B) | 44.24º | 0.67% | 0.69% | - |
| XYZ | 29.2 | 30.22 | 8.43 | - |
| YUV | 145.35 | 79.27 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 59 | 0 | 0.18 | 0.67 | 0.31 | 44.24 | 0.5 | 0.46 |
| Hex | B1 | 92 | 3B | 0 | 12 | 43 | 1F | 2C | 32 | 2E |
| Octal | 261 | 222 | 73 | 0 | 22 | 103 | 37 | 54 | 62 | 56 |
| Binary | 10110001 | 10010010 | 111011 | 0 | 10010 | 1000011 | 11111 | 101100 | 110010 | 101110 |
Color Harmonies of #B1923B
Complementary color
Monochromatic Colors of #B1923B
Black with #B1923B
Text Example
Text Example
White with #B1923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1923B; }
p { color: rgb(177,146,59); }
H1.HeaderClassName
{
color: #B1923B;
}
.AnyTagClassName
{
color: #B1923B;
}
</style>
background-color css
<style>
a { background-color: #B1923B; }
a { background-color: rgb(177,146,59); }
div.DivClassName
{
background-color: #B1923B;
}
.BgClassName
{
background-color: #B1923B;
}
</style>
border-color css
<style>
span { border-color: #B1923B; }
span { border-color: rgb(177,146,59); }
td.TdClassName
{
border-color: #B1923B;
}
.TagClassName
{
border-color: #B1923B;
}
</style>