Shades of Turmeric #B0903D
Tints of Turmeric #B0903D
RGB
CMYK
RGB Variations
Color information
#B0903D (or 0xB0903D) is known color: Turmeric. HEX triplet: B0, 90 and 3D. RGB value is (176,144,61). Sum of RGB (Red+Green+Blue) = 176+144+61=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0903D is #4F6FC2. Grayscale: #909090. Windows color (decimal): -5205955 or 4034736. OLE color: 4034736.
HSL color Cylindrical-coordinate representation of color #B0903D: hue angle of 43.3º 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 #B0903D is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 61 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.31 |
| HSL | 43.3º | 0.49% | 0.46% | - |
| HSV(B) | 43.3º | 0.65% | 0.69% | - |
| XYZ | 28.72 | 29.51 | 8.6 | - |
| YUV | 144.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 61 | 0 | 0.18 | 0.65 | 0.31 | 43.3 | 0.49 | 0.46 |
| Hex | B0 | 90 | 3D | 0 | 12 | 41 | 1F | 2B | 31 | 2E |
| Octal | 260 | 220 | 75 | 0 | 22 | 101 | 37 | 53 | 61 | 56 |
| Binary | 10110000 | 10010000 | 111101 | 0 | 10010 | 1000001 | 11111 | 101011 | 110001 | 101110 |
Color Harmonies of #B0903D
Complementary color
Monochromatic Colors of #B0903D
Black with #B0903D
Text Example
Text Example
White with #B0903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0903D; }
p { color: rgb(176,144,61); }
H1.HeaderClassName
{
color: #B0903D;
}
.AnyTagClassName
{
color: #B0903D;
}
</style>
background-color css
<style>
a { background-color: #B0903D; }
a { background-color: rgb(176,144,61); }
div.DivClassName
{
background-color: #B0903D;
}
.BgClassName
{
background-color: #B0903D;
}
</style>
border-color css
<style>
span { border-color: #B0903D; }
span { border-color: rgb(176,144,61); }
td.TdClassName
{
border-color: #B0903D;
}
.TagClassName
{
border-color: #B0903D;
}
</style>