Shades of Tuscany #B45940
Tints of Tuscany #B45940
RGB
CMYK
RGB Variations
Color information
#B45940 (or 0xB45940) is known color: Tuscany. HEX triplet: B4, 59 and 40. RGB value is (180,89,64). Sum of RGB (Red+Green+Blue) = 180+89+64=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B45940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45940 is #4BA6BF. Grayscale: #717171. Windows color (decimal): -4957888 or 4217268. OLE color: 4217268.
HSL color Cylindrical-coordinate representation of color #B45940: hue angle of 12.93º degrees, saturation: 0.48, 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 #B45940 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 89 | 64 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.29 |
| HSL | 12.93º | 0.48% | 0.48% | - |
| HSV(B) | 12.93º | 0.64% | 0.71% | - |
| XYZ | 23.32 | 17.22 | 6.94 | - |
| YUV | 113.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 89 | 64 | 0 | 0.51 | 0.64 | 0.29 | 12.93 | 0.48 | 0.48 |
| Hex | B4 | 59 | 40 | 0 | 33 | 40 | 1D | D | 30 | 30 |
| Octal | 264 | 131 | 100 | 0 | 63 | 100 | 35 | 15 | 60 | 60 |
| Binary | 10110100 | 1011001 | 1000000 | 0 | 110011 | 1000000 | 11101 | 1101 | 110000 | 110000 |
Color Harmonies of #B45940
Complementary color
Monochromatic Colors of #B45940
Black with #B45940
Text Example
Text Example
White with #B45940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45940; }
p { color: rgb(180,89,64); }
H1.HeaderClassName
{
color: #B45940;
}
.AnyTagClassName
{
color: #B45940;
}
</style>
background-color css
<style>
a { background-color: #B45940; }
a { background-color: rgb(180,89,64); }
div.DivClassName
{
background-color: #B45940;
}
.BgClassName
{
background-color: #B45940;
}
</style>
border-color css
<style>
span { border-color: #B45940; }
span { border-color: rgb(180,89,64); }
td.TdClassName
{
border-color: #B45940;
}
.TagClassName
{
border-color: #B45940;
}
</style>