Shades of Turmeric #B0963B
Tints of Turmeric #B0963B
RGB
CMYK
RGB Variations
Color information
#B0963B (or 0xB0963B) is known color: Turmeric. HEX triplet: B0, 96 and 3B. RGB value is (176,150,59). Sum of RGB (Red+Green+Blue) = 176+150+59=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0963B is #4F69C4. Grayscale: #939393. Windows color (decimal): -5204421 or 3905200. OLE color: 3905200.
HSL color Cylindrical-coordinate representation of color #B0963B: hue angle of 46.67º degrees, saturation: 0.5, 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 #B0963B is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 59 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.31 |
| HSL | 46.67º | 0.5% | 0.46% | - |
| HSV(B) | 46.67º | 0.66% | 0.69% | - |
| XYZ | 29.6 | 31.36 | 8.63 | - |
| YUV | 147.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 59 | 0 | 0.15 | 0.66 | 0.31 | 46.67 | 0.5 | 0.46 |
| Hex | B0 | 96 | 3B | 0 | F | 42 | 1F | 2F | 32 | 2E |
| Octal | 260 | 226 | 73 | 0 | 17 | 102 | 37 | 57 | 62 | 56 |
| Binary | 10110000 | 10010110 | 111011 | 0 | 1111 | 1000010 | 11111 | 101111 | 110010 | 101110 |
Color Harmonies of #B0963B
Complementary color
Monochromatic Colors of #B0963B
Black with #B0963B
Text Example
Text Example
White with #B0963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0963B; }
p { color: rgb(176,150,59); }
H1.HeaderClassName
{
color: #B0963B;
}
.AnyTagClassName
{
color: #B0963B;
}
</style>
background-color css
<style>
a { background-color: #B0963B; }
a { background-color: rgb(176,150,59); }
div.DivClassName
{
background-color: #B0963B;
}
.BgClassName
{
background-color: #B0963B;
}
</style>
border-color css
<style>
span { border-color: #B0963B; }
span { border-color: rgb(176,150,59); }
td.TdClassName
{
border-color: #B0963B;
}
.TagClassName
{
border-color: #B0963B;
}
</style>