Shades of Tuscany #B5654A
Tints of Tuscany #B5654A
RGB
CMYK
RGB Variations
Color information
#B5654A (or 0xB5654A) is known color: Tuscany. HEX triplet: B5, 65 and 4A. RGB value is (181,101,74). Sum of RGB (Red+Green+Blue) = 181+101+74=356 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.84% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 181 - color contains mainly: red. Hex color #B5654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5654A is #4A9AB5. Grayscale: #7A7A7A. Windows color (decimal): -4889270 or 4875701. OLE color: 4875701.
HSL color Cylindrical-coordinate representation of color #B5654A: hue angle of 15.14º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5654A is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 74 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.29 |
| HSL | 15.14º | 0.42% | 0.5% | - |
| HSV(B) | 15.14º | 0.59% | 0.71% | - |
| XYZ | 24.95 | 19.63 | 8.95 | - |
| YUV | 121.84 | 101 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 74 | 0 | 0.44 | 0.59 | 0.29 | 15.14 | 0.42 | 0.5 |
| Hex | B5 | 65 | 4A | 0 | 2C | 3B | 1D | F | 2A | 32 |
| Octal | 265 | 145 | 112 | 0 | 54 | 73 | 35 | 17 | 52 | 62 |
| Binary | 10110101 | 1100101 | 1001010 | 0 | 101100 | 111011 | 11101 | 1111 | 101010 | 110010 |
Color Harmonies of #B5654A
Complementary color
Monochromatic Colors of #B5654A
Black with #B5654A
Text Example
Text Example
White with #B5654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5654A; }
p { color: rgb(181,101,74); }
H1.HeaderClassName
{
color: #B5654A;
}
.AnyTagClassName
{
color: #B5654A;
}
</style>
background-color css
<style>
a { background-color: #B5654A; }
a { background-color: rgb(181,101,74); }
div.DivClassName
{
background-color: #B5654A;
}
.BgClassName
{
background-color: #B5654A;
}
</style>
border-color css
<style>
span { border-color: #B5654A; }
span { border-color: rgb(181,101,74); }
td.TdClassName
{
border-color: #B5654A;
}
.TagClassName
{
border-color: #B5654A;
}
</style>