Shades of Tuscany #B46544
Tints of Tuscany #B46544
RGB
CMYK
RGB Variations
Color information
#B46544 (or 0xB46544) is known color: Tuscany. HEX triplet: B4, 65 and 44. RGB value is (180,101,68). Sum of RGB (Red+Green+Blue) = 180+101+68=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B46544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46544 is #4B9ABB. Grayscale: #797979. Windows color (decimal): -4954812 or 4482484. OLE color: 4482484.
HSL color Cylindrical-coordinate representation of color #B46544: hue angle of 17.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B46544 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 68 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.29 |
| HSL | 17.68º | 0.45% | 0.49% | - |
| HSV(B) | 17.68º | 0.62% | 0.71% | - |
| XYZ | 24.52 | 19.43 | 7.93 | - |
| YUV | 120.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 68 | 0 | 0.44 | 0.62 | 0.29 | 17.68 | 0.45 | 0.49 |
| Hex | B4 | 65 | 44 | 0 | 2C | 3E | 1D | 12 | 2D | 31 |
| Octal | 264 | 145 | 104 | 0 | 54 | 76 | 35 | 22 | 55 | 61 |
| Binary | 10110100 | 1100101 | 1000100 | 0 | 101100 | 111110 | 11101 | 10010 | 101101 | 110001 |
Color Harmonies of #B46544
Complementary color
Monochromatic Colors of #B46544
Black with #B46544
Text Example
Text Example
White with #B46544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46544; }
p { color: rgb(180,101,68); }
H1.HeaderClassName
{
color: #B46544;
}
.AnyTagClassName
{
color: #B46544;
}
</style>
background-color css
<style>
a { background-color: #B46544; }
a { background-color: rgb(180,101,68); }
div.DivClassName
{
background-color: #B46544;
}
.BgClassName
{
background-color: #B46544;
}
</style>
border-color css
<style>
span { border-color: #B46544; }
span { border-color: rgb(180,101,68); }
td.TdClassName
{
border-color: #B46544;
}
.TagClassName
{
border-color: #B46544;
}
</style>