Shades of Tuscany #B5613E
Tints of Tuscany #B5613E
RGB
CMYK
RGB Variations
Color information
#B5613E (or 0xB5613E) is known color: Tuscany. HEX triplet: B5, 61 and 3E. RGB value is (181,97,62). Sum of RGB (Red+Green+Blue) = 181+97+62=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5613E is #4A9EC1. Grayscale: #767676. Windows color (decimal): -4890306 or 4088245. OLE color: 4088245.
HSL color Cylindrical-coordinate representation of color #B5613E: hue angle of 17.65º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5613E is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 62 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.29 |
| HSL | 17.65º | 0.49% | 0.48% | - |
| HSV(B) | 17.65º | 0.66% | 0.71% | - |
| XYZ | 24.2 | 18.72 | 6.9 | - |
| YUV | 118.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 62 | 0 | 0.46 | 0.66 | 0.29 | 17.65 | 0.49 | 0.48 |
| Hex | B5 | 61 | 3E | 0 | 2E | 42 | 1D | 12 | 31 | 30 |
| Octal | 265 | 141 | 76 | 0 | 56 | 102 | 35 | 22 | 61 | 60 |
| Binary | 10110101 | 1100001 | 111110 | 0 | 101110 | 1000010 | 11101 | 10010 | 110001 | 110000 |
Color Harmonies of #B5613E
Complementary color
Monochromatic Colors of #B5613E
Black with #B5613E
Text Example
Text Example
White with #B5613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5613E; }
p { color: rgb(181,97,62); }
H1.HeaderClassName
{
color: #B5613E;
}
.AnyTagClassName
{
color: #B5613E;
}
</style>
background-color css
<style>
a { background-color: #B5613E; }
a { background-color: rgb(181,97,62); }
div.DivClassName
{
background-color: #B5613E;
}
.BgClassName
{
background-color: #B5613E;
}
</style>
border-color css
<style>
span { border-color: #B5613E; }
span { border-color: rgb(181,97,62); }
td.TdClassName
{
border-color: #B5613E;
}
.TagClassName
{
border-color: #B5613E;
}
</style>