Shades of Tuscany #B55C41
Tints of Tuscany #B55C41
RGB
CMYK
RGB Variations
Color information
#B55C41 (or 0xB55C41) is known color: Tuscany. HEX triplet: B5, 5C and 41. RGB value is (181,92,65). Sum of RGB (Red+Green+Blue) = 181+92+65=338 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.55% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C41 is #4AA3BE. Grayscale: #737373. Windows color (decimal): -4891583 or 4283573. OLE color: 4283573.
HSL color Cylindrical-coordinate representation of color #B55C41: hue angle of 13.97º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B55C41 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 65 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.29 |
| HSL | 13.97º | 0.47% | 0.48% | - |
| HSV(B) | 13.97º | 0.64% | 0.71% | - |
| XYZ | 23.84 | 17.86 | 7.19 | - |
| YUV | 115.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 65 | 0 | 0.49 | 0.64 | 0.29 | 13.97 | 0.47 | 0.48 |
| Hex | B5 | 5C | 41 | 0 | 31 | 40 | 1D | E | 2F | 30 |
| Octal | 265 | 134 | 101 | 0 | 61 | 100 | 35 | 16 | 57 | 60 |
| Binary | 10110101 | 1011100 | 1000001 | 0 | 110001 | 1000000 | 11101 | 1110 | 101111 | 110000 |
Color Harmonies of #B55C41
Complementary color
Monochromatic Colors of #B55C41
Black with #B55C41
Text Example
Text Example
White with #B55C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C41; }
p { color: rgb(181,92,65); }
H1.HeaderClassName
{
color: #B55C41;
}
.AnyTagClassName
{
color: #B55C41;
}
</style>
background-color css
<style>
a { background-color: #B55C41; }
a { background-color: rgb(181,92,65); }
div.DivClassName
{
background-color: #B55C41;
}
.BgClassName
{
background-color: #B55C41;
}
</style>
border-color css
<style>
span { border-color: #B55C41; }
span { border-color: rgb(181,92,65); }
td.TdClassName
{
border-color: #B55C41;
}
.TagClassName
{
border-color: #B55C41;
}
</style>