Shades of Tuscany #B0603C
Tints of Tuscany #B0603C
RGB
CMYK
RGB Variations
Color information
#B0603C (or 0xB0603C) is known color: Tuscany. HEX triplet: B0, 60 and 3C. RGB value is (176,96,60). Sum of RGB (Red+Green+Blue) = 176+96+60=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0603C is #4F9FC3. Grayscale: #747474. Windows color (decimal): -5218244 or 3956912. OLE color: 3956912.
HSL color Cylindrical-coordinate representation of color #B0603C: hue angle of 18.62º 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 #B0603C is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 60 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.31 |
| HSL | 18.62º | 0.49% | 0.46% | - |
| HSV(B) | 18.62º | 0.66% | 0.69% | - |
| XYZ | 22.9 | 17.92 | 6.53 | - |
| YUV | 115.82 | 96.5 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 60 | 0 | 0.45 | 0.66 | 0.31 | 18.62 | 0.49 | 0.46 |
| Hex | B0 | 60 | 3C | 0 | 2D | 42 | 1F | 13 | 31 | 2E |
| Octal | 260 | 140 | 74 | 0 | 55 | 102 | 37 | 23 | 61 | 56 |
| Binary | 10110000 | 1100000 | 111100 | 0 | 101101 | 1000010 | 11111 | 10011 | 110001 | 101110 |
Color Harmonies of #B0603C
Complementary color
Monochromatic Colors of #B0603C
Black with #B0603C
Text Example
Text Example
White with #B0603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0603C; }
p { color: rgb(176,96,60); }
H1.HeaderClassName
{
color: #B0603C;
}
.AnyTagClassName
{
color: #B0603C;
}
</style>
background-color css
<style>
a { background-color: #B0603C; }
a { background-color: rgb(176,96,60); }
div.DivClassName
{
background-color: #B0603C;
}
.BgClassName
{
background-color: #B0603C;
}
</style>
border-color css
<style>
span { border-color: #B0603C; }
span { border-color: rgb(176,96,60); }
td.TdClassName
{
border-color: #B0603C;
}
.TagClassName
{
border-color: #B0603C;
}
</style>