Shades of Turmeric #B0963C
Tints of Turmeric #B0963C
RGB
CMYK
RGB Variations
Color information
#B0963C (or 0xB0963C) is known color: Turmeric. HEX triplet: B0, 96 and 3C. RGB value is (176,150,60). Sum of RGB (Red+Green+Blue) = 176+150+60=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0963C is #4F69C3. Grayscale: #939393. Windows color (decimal): -5204420 or 3970736. OLE color: 3970736.
HSL color Cylindrical-coordinate representation of color #B0963C: hue angle of 46.55º 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 #B0963C is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 60 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.31 |
| HSL | 46.55º | 0.49% | 0.46% | - |
| HSV(B) | 46.55º | 0.66% | 0.69% | - |
| XYZ | 29.63 | 31.37 | 8.77 | - |
| YUV | 147.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 60 | 0 | 0.15 | 0.66 | 0.31 | 46.55 | 0.49 | 0.46 |
| Hex | B0 | 96 | 3C | 0 | F | 42 | 1F | 2F | 31 | 2E |
| Octal | 260 | 226 | 74 | 0 | 17 | 102 | 37 | 57 | 61 | 56 |
| Binary | 10110000 | 10010110 | 111100 | 0 | 1111 | 1000010 | 11111 | 101111 | 110001 | 101110 |
Color Harmonies of #B0963C
Complementary color
Monochromatic Colors of #B0963C
Black with #B0963C
Text Example
Text Example
White with #B0963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0963C; }
p { color: rgb(176,150,60); }
H1.HeaderClassName
{
color: #B0963C;
}
.AnyTagClassName
{
color: #B0963C;
}
</style>
background-color css
<style>
a { background-color: #B0963C; }
a { background-color: rgb(176,150,60); }
div.DivClassName
{
background-color: #B0963C;
}
.BgClassName
{
background-color: #B0963C;
}
</style>
border-color css
<style>
span { border-color: #B0963C; }
span { border-color: rgb(176,150,60); }
td.TdClassName
{
border-color: #B0963C;
}
.TagClassName
{
border-color: #B0963C;
}
</style>