Shades of Tuscany #B26545
Tints of Tuscany #B26545
RGB
CMYK
RGB Variations
Color information
#B26545 (or 0xB26545) is known color: Tuscany. HEX triplet: B2, 65 and 45. RGB value is (178,101,69). Sum of RGB (Red+Green+Blue) = 178+101+69=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B26545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26545 is #4D9ABA. Grayscale: #787878. Windows color (decimal): -5085883 or 4548018. OLE color: 4548018.
HSL color Cylindrical-coordinate representation of color #B26545: hue angle of 17.61º 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 #B26545 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 69 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.30 |
| HSL | 17.61º | 0.44% | 0.48% | - |
| HSV(B) | 17.61º | 0.61% | 0.7% | - |
| XYZ | 24.09 | 19.2 | 8.07 | - |
| YUV | 120.38 | 99.01 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 69 | 0 | 0.43 | 0.61 | 0.30 | 17.61 | 0.44 | 0.48 |
| Hex | B2 | 65 | 45 | 0 | 2B | 3D | 1E | 12 | 2C | 30 |
| Octal | 262 | 145 | 105 | 0 | 53 | 75 | 36 | 22 | 54 | 60 |
| Binary | 10110010 | 1100101 | 1000101 | 0 | 101011 | 111101 | 11110 | 10010 | 101100 | 110000 |
Color Harmonies of #B26545
Complementary color
Monochromatic Colors of #B26545
Black with #B26545
Text Example
Text Example
White with #B26545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26545; }
p { color: rgb(178,101,69); }
H1.HeaderClassName
{
color: #B26545;
}
.AnyTagClassName
{
color: #B26545;
}
</style>
background-color css
<style>
a { background-color: #B26545; }
a { background-color: rgb(178,101,69); }
div.DivClassName
{
background-color: #B26545;
}
.BgClassName
{
background-color: #B26545;
}
</style>
border-color css
<style>
span { border-color: #B26545; }
span { border-color: rgb(178,101,69); }
td.TdClassName
{
border-color: #B26545;
}
.TagClassName
{
border-color: #B26545;
}
</style>