Shades of Tuscany #B26549
Tints of Tuscany #B26549
RGB
CMYK
RGB Variations
Color information
#B26549 (or 0xB26549) is known color: Tuscany. HEX triplet: B2, 65 and 49. RGB value is (178,101,73). Sum of RGB (Red+Green+Blue) = 178+101+73=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B26549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26549 is #4D9AB6. Grayscale: #797979. Windows color (decimal): -5085879 or 4810162. OLE color: 4810162.
HSL color Cylindrical-coordinate representation of color #B26549: hue angle of 16º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B26549 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 73 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.30 |
| HSL | 16º | 0.42% | 0.49% | - |
| HSV(B) | 16º | 0.59% | 0.7% | - |
| XYZ | 24.22 | 19.25 | 8.74 | - |
| YUV | 120.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 73 | 0 | 0.43 | 0.59 | 0.30 | 16 | 0.42 | 0.49 |
| Hex | B2 | 65 | 49 | 0 | 2B | 3B | 1E | 10 | 2A | 31 |
| Octal | 262 | 145 | 111 | 0 | 53 | 73 | 36 | 20 | 52 | 61 |
| Binary | 10110010 | 1100101 | 1001001 | 0 | 101011 | 111011 | 11110 | 10000 | 101010 | 110001 |
Color Harmonies of #B26549
Complementary color
Monochromatic Colors of #B26549
Black with #B26549
Text Example
Text Example
White with #B26549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26549; }
p { color: rgb(178,101,73); }
H1.HeaderClassName
{
color: #B26549;
}
.AnyTagClassName
{
color: #B26549;
}
</style>
background-color css
<style>
a { background-color: #B26549; }
a { background-color: rgb(178,101,73); }
div.DivClassName
{
background-color: #B26549;
}
.BgClassName
{
background-color: #B26549;
}
</style>
border-color css
<style>
span { border-color: #B26549; }
span { border-color: rgb(178,101,73); }
td.TdClassName
{
border-color: #B26549;
}
.TagClassName
{
border-color: #B26549;
}
</style>