Shades of Tuscany #B25E45
Tints of Tuscany #B25E45
RGB
CMYK
RGB Variations
Color information
#B25E45 (or 0xB25E45) is known color: Tuscany. HEX triplet: B2, 5E and 45. RGB value is (178,94,69). Sum of RGB (Red+Green+Blue) = 178+94+69=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E45 is #4DA1BA. Grayscale: #747474. Windows color (decimal): -5087675 or 4546226. OLE color: 4546226.
HSL color Cylindrical-coordinate representation of color #B25E45: hue angle of 13.76º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25E45 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 69 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.30 |
| HSL | 13.76º | 0.44% | 0.48% | - |
| HSV(B) | 13.76º | 0.61% | 0.7% | - |
| XYZ | 23.44 | 17.9 | 7.85 | - |
| YUV | 116.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 69 | 0 | 0.47 | 0.61 | 0.30 | 13.76 | 0.44 | 0.48 |
| Hex | B2 | 5E | 45 | 0 | 2F | 3D | 1E | E | 2C | 30 |
| Octal | 262 | 136 | 105 | 0 | 57 | 75 | 36 | 16 | 54 | 60 |
| Binary | 10110010 | 1011110 | 1000101 | 0 | 101111 | 111101 | 11110 | 1110 | 101100 | 110000 |
Color Harmonies of #B25E45
Complementary color
Monochromatic Colors of #B25E45
Black with #B25E45
Text Example
Text Example
White with #B25E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E45; }
p { color: rgb(178,94,69); }
H1.HeaderClassName
{
color: #B25E45;
}
.AnyTagClassName
{
color: #B25E45;
}
</style>
background-color css
<style>
a { background-color: #B25E45; }
a { background-color: rgb(178,94,69); }
div.DivClassName
{
background-color: #B25E45;
}
.BgClassName
{
background-color: #B25E45;
}
</style>
border-color css
<style>
span { border-color: #B25E45; }
span { border-color: rgb(178,94,69); }
td.TdClassName
{
border-color: #B25E45;
}
.TagClassName
{
border-color: #B25E45;
}
</style>