Shades of Turmeric #B0933D
Tints of Turmeric #B0933D
RGB
CMYK
RGB Variations
Color information
#B0933D (or 0xB0933D) is known color: Turmeric. HEX triplet: B0, 93 and 3D. RGB value is (176,147,61). Sum of RGB (Red+Green+Blue) = 176+147+61=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0933D is #4F6CC2. Grayscale: #929292. Windows color (decimal): -5205187 or 4035504. OLE color: 4035504.
HSL color Cylindrical-coordinate representation of color #B0933D: hue angle of 44.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0933D is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 61 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.31 |
| HSL | 44.87º | 0.49% | 0.46% | - |
| HSV(B) | 44.87º | 0.65% | 0.69% | - |
| XYZ | 29.18 | 30.43 | 8.75 | - |
| YUV | 145.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 61 | 0 | 0.16 | 0.65 | 0.31 | 44.87 | 0.49 | 0.46 |
| Hex | B0 | 93 | 3D | 0 | 10 | 41 | 1F | 2D | 31 | 2E |
| Octal | 260 | 223 | 75 | 0 | 20 | 101 | 37 | 55 | 61 | 56 |
| Binary | 10110000 | 10010011 | 111101 | 0 | 10000 | 1000001 | 11111 | 101101 | 110001 | 101110 |
Color Harmonies of #B0933D
Complementary color
Monochromatic Colors of #B0933D
Black with #B0933D
Text Example
Text Example
White with #B0933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0933D; }
p { color: rgb(176,147,61); }
H1.HeaderClassName
{
color: #B0933D;
}
.AnyTagClassName
{
color: #B0933D;
}
</style>
background-color css
<style>
a { background-color: #B0933D; }
a { background-color: rgb(176,147,61); }
div.DivClassName
{
background-color: #B0933D;
}
.BgClassName
{
background-color: #B0933D;
}
</style>
border-color css
<style>
span { border-color: #B0933D; }
span { border-color: rgb(176,147,61); }
td.TdClassName
{
border-color: #B0933D;
}
.TagClassName
{
border-color: #B0933D;
}
</style>