Shades of Tuscany #B25E46
Tints of Tuscany #B25E46
RGB
CMYK
RGB Variations
Color information
#B25E46 (or 0xB25E46) is known color: Tuscany. HEX triplet: B2, 5E and 46. RGB value is (178,94,70). Sum of RGB (Red+Green+Blue) = 178+94+70=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E46 is #4DA1B9. Grayscale: #747474. Windows color (decimal): -5087674 or 4611762. OLE color: 4611762.
HSL color Cylindrical-coordinate representation of color #B25E46: hue angle of 13.33º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B25E46 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 70 | - |
| CMYK | 0 | 0.47 | 0.61 | 0.30 |
| HSL | 13.33º | 0.44% | 0.49% | - |
| HSV(B) | 13.33º | 0.61% | 0.7% | - |
| XYZ | 23.47 | 17.91 | 8.01 | - |
| YUV | 116.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 70 | 0 | 0.47 | 0.61 | 0.30 | 13.33 | 0.44 | 0.49 |
| Hex | B2 | 5E | 46 | 0 | 2F | 3D | 1E | D | 2C | 31 |
| Octal | 262 | 136 | 106 | 0 | 57 | 75 | 36 | 15 | 54 | 61 |
| Binary | 10110010 | 1011110 | 1000110 | 0 | 101111 | 111101 | 11110 | 1101 | 101100 | 110001 |
Color Harmonies of #B25E46
Complementary color
Monochromatic Colors of #B25E46
Black with #B25E46
Text Example
Text Example
White with #B25E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E46; }
p { color: rgb(178,94,70); }
H1.HeaderClassName
{
color: #B25E46;
}
.AnyTagClassName
{
color: #B25E46;
}
</style>
background-color css
<style>
a { background-color: #B25E46; }
a { background-color: rgb(178,94,70); }
div.DivClassName
{
background-color: #B25E46;
}
.BgClassName
{
background-color: #B25E46;
}
</style>
border-color css
<style>
span { border-color: #B25E46; }
span { border-color: rgb(178,94,70); }
td.TdClassName
{
border-color: #B25E46;
}
.TagClassName
{
border-color: #B25E46;
}
</style>