Shades of Turmeric #B0963E
Tints of Turmeric #B0963E
RGB
CMYK
RGB Variations
Color information
#B0963E (or 0xB0963E) is known color: Turmeric. HEX triplet: B0, 96 and 3E. RGB value is (176,150,62). Sum of RGB (Red+Green+Blue) = 176+150+62=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0963E is #4F69C1. Grayscale: #949494. Windows color (decimal): -5204418 or 4101808. OLE color: 4101808.
HSL color Cylindrical-coordinate representation of color #B0963E: hue angle of 46.32º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0963E is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 150 | 62 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.31 |
| HSL | 46.32º | 0.48% | 0.47% | - |
| HSV(B) | 46.32º | 0.65% | 0.69% | - |
| XYZ | 29.68 | 31.39 | 9.05 | - |
| YUV | 147.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 150 | 62 | 0 | 0.15 | 0.65 | 0.31 | 46.32 | 0.48 | 0.47 |
| Hex | B0 | 96 | 3E | 0 | F | 41 | 1F | 2E | 30 | 2F |
| Octal | 260 | 226 | 76 | 0 | 17 | 101 | 37 | 56 | 60 | 57 |
| Binary | 10110000 | 10010110 | 111110 | 0 | 1111 | 1000001 | 11111 | 101110 | 110000 | 101111 |
Color Harmonies of #B0963E
Complementary color
Monochromatic Colors of #B0963E
Black with #B0963E
Text Example
Text Example
White with #B0963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0963E; }
p { color: rgb(176,150,62); }
H1.HeaderClassName
{
color: #B0963E;
}
.AnyTagClassName
{
color: #B0963E;
}
</style>
background-color css
<style>
a { background-color: #B0963E; }
a { background-color: rgb(176,150,62); }
div.DivClassName
{
background-color: #B0963E;
}
.BgClassName
{
background-color: #B0963E;
}
</style>
border-color css
<style>
span { border-color: #B0963E; }
span { border-color: rgb(176,150,62); }
td.TdClassName
{
border-color: #B0963E;
}
.TagClassName
{
border-color: #B0963E;
}
</style>