Shades of Tuscany #B5653E
Tints of Tuscany #B5653E
RGB
CMYK
RGB Variations
Color information
#B5653E (or 0xB5653E) is known color: Tuscany. HEX triplet: B5, 65 and 3E. RGB value is (181,101,62). Sum of RGB (Red+Green+Blue) = 181+101+62=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5653E is #4A9AC1. Grayscale: #787878. Windows color (decimal): -4889282 or 4089269. OLE color: 4089269.
HSL color Cylindrical-coordinate representation of color #B5653E: hue angle of 19.66º 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 #B5653E is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 62 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.29 |
| HSL | 19.66º | 0.49% | 0.48% | - |
| HSV(B) | 19.66º | 0.66% | 0.71% | - |
| XYZ | 24.58 | 19.48 | 7.02 | - |
| YUV | 120.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 62 | 0 | 0.44 | 0.66 | 0.29 | 19.66 | 0.49 | 0.48 |
| Hex | B5 | 65 | 3E | 0 | 2C | 42 | 1D | 14 | 31 | 30 |
| Octal | 265 | 145 | 76 | 0 | 54 | 102 | 35 | 24 | 61 | 60 |
| Binary | 10110101 | 1100101 | 111110 | 0 | 101100 | 1000010 | 11101 | 10100 | 110001 | 110000 |
Color Harmonies of #B5653E
Complementary color
Monochromatic Colors of #B5653E
Black with #B5653E
Text Example
Text Example
White with #B5653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5653E; }
p { color: rgb(181,101,62); }
H1.HeaderClassName
{
color: #B5653E;
}
.AnyTagClassName
{
color: #B5653E;
}
</style>
background-color css
<style>
a { background-color: #B5653E; }
a { background-color: rgb(181,101,62); }
div.DivClassName
{
background-color: #B5653E;
}
.BgClassName
{
background-color: #B5653E;
}
</style>
border-color css
<style>
span { border-color: #B5653E; }
span { border-color: rgb(181,101,62); }
td.TdClassName
{
border-color: #B5653E;
}
.TagClassName
{
border-color: #B5653E;
}
</style>