Shades of Tuscany #B26640
Tints of Tuscany #B26640
RGB
CMYK
RGB Variations
Color information
#B26640 (or 0xB26640) is known color: Tuscany. HEX triplet: B2, 66 and 40. RGB value is (178,102,64). Sum of RGB (Red+Green+Blue) = 178+102+64=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26640 is #4D99BF. Grayscale: #787878. Windows color (decimal): -5085632 or 4220594. OLE color: 4220594.
HSL color Cylindrical-coordinate representation of color #B26640: hue angle of 20º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B26640 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 102 | 64 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.30 |
| HSL | 20º | 0.47% | 0.47% | - |
| HSV(B) | 20º | 0.64% | 0.7% | - |
| XYZ | 24.04 | 19.34 | 7.32 | - |
| YUV | 120.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 64 | 0 | 0.43 | 0.64 | 0.30 | 20 | 0.47 | 0.47 |
| Hex | B2 | 66 | 40 | 0 | 2B | 40 | 1E | 14 | 2F | 2F |
| Octal | 262 | 146 | 100 | 0 | 53 | 100 | 36 | 24 | 57 | 57 |
| Binary | 10110010 | 1100110 | 1000000 | 0 | 101011 | 1000000 | 11110 | 10100 | 101111 | 101111 |
Color Harmonies of #B26640
Complementary color
Monochromatic Colors of #B26640
Black with #B26640
Text Example
Text Example
White with #B26640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26640; }
p { color: rgb(178,102,64); }
H1.HeaderClassName
{
color: #B26640;
}
.AnyTagClassName
{
color: #B26640;
}
</style>
background-color css
<style>
a { background-color: #B26640; }
a { background-color: rgb(178,102,64); }
div.DivClassName
{
background-color: #B26640;
}
.BgClassName
{
background-color: #B26640;
}
</style>
border-color css
<style>
span { border-color: #B26640; }
span { border-color: rgb(178,102,64); }
td.TdClassName
{
border-color: #B26640;
}
.TagClassName
{
border-color: #B26640;
}
</style>