Shades of Tuscany #B25A42
Tints of Tuscany #B25A42
RGB
CMYK
RGB Variations
Color information
#B25A42 (or 0xB25A42) is known color: Tuscany. HEX triplet: B2, 5A and 42. RGB value is (178,90,66). Sum of RGB (Red+Green+Blue) = 178+90+66=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25A42 is #4DA5BD. Grayscale: #717171. Windows color (decimal): -5088702 or 4348594. OLE color: 4348594.
HSL color Cylindrical-coordinate representation of color #B25A42: hue angle of 12.86º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25A42 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 66 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.30 |
| HSL | 12.86º | 0.46% | 0.48% | - |
| HSV(B) | 12.86º | 0.63% | 0.7% | - |
| XYZ | 23 | 17.17 | 7.26 | - |
| YUV | 113.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 66 | 0 | 0.49 | 0.63 | 0.30 | 12.86 | 0.46 | 0.48 |
| Hex | B2 | 5A | 42 | 0 | 31 | 3F | 1E | D | 2E | 30 |
| Octal | 262 | 132 | 102 | 0 | 61 | 77 | 36 | 15 | 56 | 60 |
| Binary | 10110010 | 1011010 | 1000010 | 0 | 110001 | 111111 | 11110 | 1101 | 101110 | 110000 |
Color Harmonies of #B25A42
Complementary color
Monochromatic Colors of #B25A42
Black with #B25A42
Text Example
Text Example
White with #B25A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A42; }
p { color: rgb(178,90,66); }
H1.HeaderClassName
{
color: #B25A42;
}
.AnyTagClassName
{
color: #B25A42;
}
</style>
background-color css
<style>
a { background-color: #B25A42; }
a { background-color: rgb(178,90,66); }
div.DivClassName
{
background-color: #B25A42;
}
.BgClassName
{
background-color: #B25A42;
}
</style>
border-color css
<style>
span { border-color: #B25A42; }
span { border-color: rgb(178,90,66); }
td.TdClassName
{
border-color: #B25A42;
}
.TagClassName
{
border-color: #B25A42;
}
</style>