Shades of Tuscany #B3603C
Tints of Tuscany #B3603C
RGB
CMYK
RGB Variations
Color information
#B3603C (or 0xB3603C) is known color: Tuscany. HEX triplet: B3, 60 and 3C. RGB value is (179,96,60). Sum of RGB (Red+Green+Blue) = 179+96+60=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3603C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3603C is #4C9FC3. Grayscale: #747474. Windows color (decimal): -5021636 or 3956915. OLE color: 3956915.
HSL color Cylindrical-coordinate representation of color #B3603C: hue angle of 18.15º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3603C is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 96 | 60 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.30 |
| HSL | 18.15º | 0.5% | 0.47% | - |
| HSV(B) | 18.15º | 0.66% | 0.7% | - |
| XYZ | 23.59 | 18.28 | 6.56 | - |
| YUV | 116.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 96 | 60 | 0 | 0.46 | 0.66 | 0.30 | 18.15 | 0.5 | 0.47 |
| Hex | B3 | 60 | 3C | 0 | 2E | 42 | 1E | 12 | 32 | 2F |
| Octal | 263 | 140 | 74 | 0 | 56 | 102 | 36 | 22 | 62 | 57 |
| Binary | 10110011 | 1100000 | 111100 | 0 | 101110 | 1000010 | 11110 | 10010 | 110010 | 101111 |
Color Harmonies of #B3603C
Complementary color
Monochromatic Colors of #B3603C
Black with #B3603C
Text Example
Text Example
White with #B3603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3603C; }
p { color: rgb(179,96,60); }
H1.HeaderClassName
{
color: #B3603C;
}
.AnyTagClassName
{
color: #B3603C;
}
</style>
background-color css
<style>
a { background-color: #B3603C; }
a { background-color: rgb(179,96,60); }
div.DivClassName
{
background-color: #B3603C;
}
.BgClassName
{
background-color: #B3603C;
}
</style>
border-color css
<style>
span { border-color: #B3603C; }
span { border-color: rgb(179,96,60); }
td.TdClassName
{
border-color: #B3603C;
}
.TagClassName
{
border-color: #B3603C;
}
</style>