Shades of Tuscany #B0583E
Tints of Tuscany #B0583E
RGB
CMYK
RGB Variations
Color information
#B0583E (or 0xB0583E) is known color: Tuscany. HEX triplet: B0, 58 and 3E. RGB value is (176,88,62). Sum of RGB (Red+Green+Blue) = 176+88+62=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0583E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0583E is #4FA7C1. Grayscale: #6F6F6F. Windows color (decimal): -5220290 or 4085936. OLE color: 4085936.
HSL color Cylindrical-coordinate representation of color #B0583E: hue angle of 13.68º 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 #B0583E is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 62 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.31 |
| HSL | 13.68º | 0.48% | 0.47% | - |
| HSV(B) | 13.68º | 0.65% | 0.69% | - |
| XYZ | 22.26 | 16.56 | 6.58 | - |
| YUV | 111.35 | 100.15 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 62 | 0 | 0.50 | 0.65 | 0.31 | 13.68 | 0.48 | 0.47 |
| Hex | B0 | 58 | 3E | 0 | 32 | 41 | 1F | E | 30 | 2F |
| Octal | 260 | 130 | 76 | 0 | 62 | 101 | 37 | 16 | 60 | 57 |
| Binary | 10110000 | 1011000 | 111110 | 0 | 110010 | 1000001 | 11111 | 1110 | 110000 | 101111 |
Color Harmonies of #B0583E
Complementary color
Monochromatic Colors of #B0583E
Black with #B0583E
Text Example
Text Example
White with #B0583E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0583E; }
p { color: rgb(176,88,62); }
H1.HeaderClassName
{
color: #B0583E;
}
.AnyTagClassName
{
color: #B0583E;
}
</style>
background-color css
<style>
a { background-color: #B0583E; }
a { background-color: rgb(176,88,62); }
div.DivClassName
{
background-color: #B0583E;
}
.BgClassName
{
background-color: #B0583E;
}
</style>
border-color css
<style>
span { border-color: #B0583E; }
span { border-color: rgb(176,88,62); }
td.TdClassName
{
border-color: #B0583E;
}
.TagClassName
{
border-color: #B0583E;
}
</style>