Shades of Tuscany #B0593E
Tints of Tuscany #B0593E
RGB
CMYK
RGB Variations
Color information
#B0593E (or 0xB0593E) is known color: Tuscany. HEX triplet: B0, 59 and 3E. RGB value is (176,89,62). Sum of RGB (Red+Green+Blue) = 176+89+62=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B0593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0593E is #4FA6C1. Grayscale: #707070. Windows color (decimal): -5220034 or 4086192. OLE color: 4086192.
HSL color Cylindrical-coordinate representation of color #B0593E: hue angle of 14.21º 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 #B0593E is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 62 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.31 |
| HSL | 14.21º | 0.48% | 0.47% | - |
| HSV(B) | 14.21º | 0.65% | 0.69% | - |
| XYZ | 22.35 | 16.72 | 6.61 | - |
| YUV | 111.94 | 99.82 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 62 | 0 | 0.49 | 0.65 | 0.31 | 14.21 | 0.48 | 0.47 |
| Hex | B0 | 59 | 3E | 0 | 31 | 41 | 1F | E | 30 | 2F |
| Octal | 260 | 131 | 76 | 0 | 61 | 101 | 37 | 16 | 60 | 57 |
| Binary | 10110000 | 1011001 | 111110 | 0 | 110001 | 1000001 | 11111 | 1110 | 110000 | 101111 |
Color Harmonies of #B0593E
Complementary color
Monochromatic Colors of #B0593E
Black with #B0593E
Text Example
Text Example
White with #B0593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0593E; }
p { color: rgb(176,89,62); }
H1.HeaderClassName
{
color: #B0593E;
}
.AnyTagClassName
{
color: #B0593E;
}
</style>
background-color css
<style>
a { background-color: #B0593E; }
a { background-color: rgb(176,89,62); }
div.DivClassName
{
background-color: #B0593E;
}
.BgClassName
{
background-color: #B0593E;
}
</style>
border-color css
<style>
span { border-color: #B0593E; }
span { border-color: rgb(176,89,62); }
td.TdClassName
{
border-color: #B0593E;
}
.TagClassName
{
border-color: #B0593E;
}
</style>