Shades of Tuscany #B36144
Tints of Tuscany #B36144
RGB
CMYK
RGB Variations
Color information
#B36144 (or 0xB36144) is known color: Tuscany. HEX triplet: B3, 61 and 44. RGB value is (179,97,68). Sum of RGB (Red+Green+Blue) = 179+97+68=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 68 (26.95% from 255 or 19.77% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B36144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36144 is #4C9EBB. Grayscale: #767676. Windows color (decimal): -5021372 or 4481459. OLE color: 4481459.
HSL color Cylindrical-coordinate representation of color #B36144: hue angle of 15.68º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B36144 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 97 | 68 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.30 |
| HSL | 15.68º | 0.45% | 0.48% | - |
| HSV(B) | 15.68º | 0.62% | 0.7% | - |
| XYZ | 23.91 | 18.55 | 7.79 | - |
| YUV | 118.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 97 | 68 | 0 | 0.46 | 0.62 | 0.30 | 15.68 | 0.45 | 0.48 |
| Hex | B3 | 61 | 44 | 0 | 2E | 3E | 1E | 10 | 2D | 30 |
| Octal | 263 | 141 | 104 | 0 | 56 | 76 | 36 | 20 | 55 | 60 |
| Binary | 10110011 | 1100001 | 1000100 | 0 | 101110 | 111110 | 11110 | 10000 | 101101 | 110000 |
Color Harmonies of #B36144
Complementary color
Monochromatic Colors of #B36144
Black with #B36144
Text Example
Text Example
White with #B36144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36144; }
p { color: rgb(179,97,68); }
H1.HeaderClassName
{
color: #B36144;
}
.AnyTagClassName
{
color: #B36144;
}
</style>
background-color css
<style>
a { background-color: #B36144; }
a { background-color: rgb(179,97,68); }
div.DivClassName
{
background-color: #B36144;
}
.BgClassName
{
background-color: #B36144;
}
</style>
border-color css
<style>
span { border-color: #B36144; }
span { border-color: rgb(179,97,68); }
td.TdClassName
{
border-color: #B36144;
}
.TagClassName
{
border-color: #B36144;
}
</style>