Shades of Tuscany #B26540
Tints of Tuscany #B26540
RGB
CMYK
RGB Variations
Color information
#B26540 (or 0xB26540) is known color: Tuscany. HEX triplet: B2, 65 and 40. RGB value is (178,101,64). Sum of RGB (Red+Green+Blue) = 178+101+64=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B26540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26540 is #4D9ABF. Grayscale: #787878. Windows color (decimal): -5085888 or 4220338. OLE color: 4220338.
HSL color Cylindrical-coordinate representation of color #B26540: hue angle of 19.47º 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 #B26540 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 101 | 64 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.30 |
| HSL | 19.47º | 0.47% | 0.47% | - |
| HSV(B) | 19.47º | 0.64% | 0.7% | - |
| XYZ | 23.94 | 19.14 | 7.28 | - |
| YUV | 119.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 64 | 0 | 0.43 | 0.64 | 0.30 | 19.47 | 0.47 | 0.47 |
| Hex | B2 | 65 | 40 | 0 | 2B | 40 | 1E | 13 | 2F | 2F |
| Octal | 262 | 145 | 100 | 0 | 53 | 100 | 36 | 23 | 57 | 57 |
| Binary | 10110010 | 1100101 | 1000000 | 0 | 101011 | 1000000 | 11110 | 10011 | 101111 | 101111 |
Color Harmonies of #B26540
Complementary color
Monochromatic Colors of #B26540
Black with #B26540
Text Example
Text Example
White with #B26540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26540; }
p { color: rgb(178,101,64); }
H1.HeaderClassName
{
color: #B26540;
}
.AnyTagClassName
{
color: #B26540;
}
</style>
background-color css
<style>
a { background-color: #B26540; }
a { background-color: rgb(178,101,64); }
div.DivClassName
{
background-color: #B26540;
}
.BgClassName
{
background-color: #B26540;
}
</style>
border-color css
<style>
span { border-color: #B26540; }
span { border-color: rgb(178,101,64); }
td.TdClassName
{
border-color: #B26540;
}
.TagClassName
{
border-color: #B26540;
}
</style>