Shades of Tuscany #B0604C
Tints of Tuscany #B0604C
RGB
CMYK
RGB Variations
Color information
#B0604C (or 0xB0604C) is known color: Tuscany. HEX triplet: B0, 60 and 4C. RGB value is (176,96,76). Sum of RGB (Red+Green+Blue) = 176+96+76=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0604C is #4F9FB3. Grayscale: #757575. Windows color (decimal): -5218228 or 5005488. OLE color: 5005488.
HSL color Cylindrical-coordinate representation of color #B0604C: hue angle of 12º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0604C is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 76 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.31 |
| HSL | 12º | 0.4% | 0.49% | - |
| HSV(B) | 12º | 0.57% | 0.69% | - |
| XYZ | 23.39 | 18.12 | 9.1 | - |
| YUV | 117.64 | 104.5 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 76 | 0 | 0.45 | 0.57 | 0.31 | 12 | 0.4 | 0.49 |
| Hex | B0 | 60 | 4C | 0 | 2D | 39 | 1F | C | 28 | 31 |
| Octal | 260 | 140 | 114 | 0 | 55 | 71 | 37 | 14 | 50 | 61 |
| Binary | 10110000 | 1100000 | 1001100 | 0 | 101101 | 111001 | 11111 | 1100 | 101000 | 110001 |
Color Harmonies of #B0604C
Complementary color
Monochromatic Colors of #B0604C
Black with #B0604C
Text Example
Text Example
White with #B0604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0604C; }
p { color: rgb(176,96,76); }
H1.HeaderClassName
{
color: #B0604C;
}
.AnyTagClassName
{
color: #B0604C;
}
</style>
background-color css
<style>
a { background-color: #B0604C; }
a { background-color: rgb(176,96,76); }
div.DivClassName
{
background-color: #B0604C;
}
.BgClassName
{
background-color: #B0604C;
}
</style>
border-color css
<style>
span { border-color: #B0604C; }
span { border-color: rgb(176,96,76); }
td.TdClassName
{
border-color: #B0604C;
}
.TagClassName
{
border-color: #B0604C;
}
</style>