Shades of Tuscany #B26244
Tints of Tuscany #B26244
RGB
CMYK
RGB Variations
Color information
#B26244 (or 0xB26244) is known color: Tuscany. HEX triplet: B2, 62 and 44. RGB value is (178,98,68). Sum of RGB (Red+Green+Blue) = 178+98+68=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26244 is #4D9DBB. Grayscale: #767676. Windows color (decimal): -5086652 or 4481714. OLE color: 4481714.
HSL color Cylindrical-coordinate representation of color #B26244: hue angle of 16.36º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B26244 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 68 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.30 |
| HSL | 16.36º | 0.45% | 0.48% | - |
| HSV(B) | 16.36º | 0.62% | 0.7% | - |
| XYZ | 23.77 | 18.62 | 7.81 | - |
| YUV | 118.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 68 | 0 | 0.45 | 0.62 | 0.30 | 16.36 | 0.45 | 0.48 |
| Hex | B2 | 62 | 44 | 0 | 2D | 3E | 1E | 10 | 2D | 30 |
| Octal | 262 | 142 | 104 | 0 | 55 | 76 | 36 | 20 | 55 | 60 |
| Binary | 10110010 | 1100010 | 1000100 | 0 | 101101 | 111110 | 11110 | 10000 | 101101 | 110000 |
Color Harmonies of #B26244
Complementary color
Monochromatic Colors of #B26244
Black with #B26244
Text Example
Text Example
White with #B26244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26244; }
p { color: rgb(178,98,68); }
H1.HeaderClassName
{
color: #B26244;
}
.AnyTagClassName
{
color: #B26244;
}
</style>
background-color css
<style>
a { background-color: #B26244; }
a { background-color: rgb(178,98,68); }
div.DivClassName
{
background-color: #B26244;
}
.BgClassName
{
background-color: #B26244;
}
</style>
border-color css
<style>
span { border-color: #B26244; }
span { border-color: rgb(178,98,68); }
td.TdClassName
{
border-color: #B26244;
}
.TagClassName
{
border-color: #B26244;
}
</style>