Shades of Turmeric #B0943C
Tints of Turmeric #B0943C
RGB
CMYK
RGB Variations
Color information
#B0943C (or 0xB0943C) is known color: Turmeric. HEX triplet: B0, 94 and 3C. RGB value is (176,148,60). Sum of RGB (Red+Green+Blue) = 176+148+60=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0943C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0943C is #4F6BC3. Grayscale: #929292. Windows color (decimal): -5204932 or 3970224. OLE color: 3970224.
HSL color Cylindrical-coordinate representation of color #B0943C: hue angle of 45.52º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0943C is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 60 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.31 |
| HSL | 45.52º | 0.49% | 0.46% | - |
| HSV(B) | 45.52º | 0.66% | 0.69% | - |
| XYZ | 29.31 | 30.74 | 8.66 | - |
| YUV | 146.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 60 | 0 | 0.16 | 0.66 | 0.31 | 45.52 | 0.49 | 0.46 |
| Hex | B0 | 94 | 3C | 0 | 10 | 42 | 1F | 2E | 31 | 2E |
| Octal | 260 | 224 | 74 | 0 | 20 | 102 | 37 | 56 | 61 | 56 |
| Binary | 10110000 | 10010100 | 111100 | 0 | 10000 | 1000010 | 11111 | 101110 | 110001 | 101110 |
Color Harmonies of #B0943C
Complementary color
Monochromatic Colors of #B0943C
Black with #B0943C
Text Example
Text Example
White with #B0943C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0943C; }
p { color: rgb(176,148,60); }
H1.HeaderClassName
{
color: #B0943C;
}
.AnyTagClassName
{
color: #B0943C;
}
</style>
background-color css
<style>
a { background-color: #B0943C; }
a { background-color: rgb(176,148,60); }
div.DivClassName
{
background-color: #B0943C;
}
.BgClassName
{
background-color: #B0943C;
}
</style>
border-color css
<style>
span { border-color: #B0943C; }
span { border-color: rgb(176,148,60); }
td.TdClassName
{
border-color: #B0943C;
}
.TagClassName
{
border-color: #B0943C;
}
</style>