Shades of Tuscany #B36741
Tints of Tuscany #B36741
RGB
CMYK
RGB Variations
Color information
#B36741 (or 0xB36741) is known color: Tuscany. HEX triplet: B3, 67 and 41. RGB value is (179,103,65). Sum of RGB (Red+Green+Blue) = 179+103+65=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B36741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36741 is #4C98BE. Grayscale: #797979. Windows color (decimal): -5019839 or 4286387. OLE color: 4286387.
HSL color Cylindrical-coordinate representation of color #B36741: hue angle of 20º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B36741 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 103 | 65 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.30 |
| HSL | 20º | 0.47% | 0.48% | - |
| HSV(B) | 20º | 0.64% | 0.7% | - |
| XYZ | 24.39 | 19.67 | 7.51 | - |
| YUV | 121.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 65 | 0 | 0.42 | 0.64 | 0.30 | 20 | 0.47 | 0.48 |
| Hex | B3 | 67 | 41 | 0 | 2A | 40 | 1E | 14 | 2F | 30 |
| Octal | 263 | 147 | 101 | 0 | 52 | 100 | 36 | 24 | 57 | 60 |
| Binary | 10110011 | 1100111 | 1000001 | 0 | 101010 | 1000000 | 11110 | 10100 | 101111 | 110000 |
Color Harmonies of #B36741
Complementary color
Monochromatic Colors of #B36741
Black with #B36741
Text Example
Text Example
White with #B36741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36741; }
p { color: rgb(179,103,65); }
H1.HeaderClassName
{
color: #B36741;
}
.AnyTagClassName
{
color: #B36741;
}
</style>
background-color css
<style>
a { background-color: #B36741; }
a { background-color: rgb(179,103,65); }
div.DivClassName
{
background-color: #B36741;
}
.BgClassName
{
background-color: #B36741;
}
</style>
border-color css
<style>
span { border-color: #B36741; }
span { border-color: rgb(179,103,65); }
td.TdClassName
{
border-color: #B36741;
}
.TagClassName
{
border-color: #B36741;
}
</style>