Shades of Tuscany #B3644A
Tints of Tuscany #B3644A
RGB
CMYK
RGB Variations
Color information
#B3644A (or 0xB3644A) is known color: Tuscany. HEX triplet: B3, 64 and 4A. RGB value is (179,100,74). Sum of RGB (Red+Green+Blue) = 179+100+74=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3644A is #4C9BB5. Grayscale: #787878. Windows color (decimal): -5020598 or 4875443. OLE color: 4875443.
HSL color Cylindrical-coordinate representation of color #B3644A: hue angle of 14.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3644A is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 74 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.30 |
| HSL | 14.86º | 0.42% | 0.5% | - |
| HSV(B) | 14.86º | 0.59% | 0.7% | - |
| XYZ | 24.38 | 19.19 | 8.9 | - |
| YUV | 120.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 74 | 0 | 0.44 | 0.59 | 0.30 | 14.86 | 0.42 | 0.5 |
| Hex | B3 | 64 | 4A | 0 | 2C | 3B | 1E | F | 2A | 32 |
| Octal | 263 | 144 | 112 | 0 | 54 | 73 | 36 | 17 | 52 | 62 |
| Binary | 10110011 | 1100100 | 1001010 | 0 | 101100 | 111011 | 11110 | 1111 | 101010 | 110010 |
Color Harmonies of #B3644A
Complementary color
Monochromatic Colors of #B3644A
Black with #B3644A
Text Example
Text Example
White with #B3644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3644A; }
p { color: rgb(179,100,74); }
H1.HeaderClassName
{
color: #B3644A;
}
.AnyTagClassName
{
color: #B3644A;
}
</style>
background-color css
<style>
a { background-color: #B3644A; }
a { background-color: rgb(179,100,74); }
div.DivClassName
{
background-color: #B3644A;
}
.BgClassName
{
background-color: #B3644A;
}
</style>
border-color css
<style>
span { border-color: #B3644A; }
span { border-color: rgb(179,100,74); }
td.TdClassName
{
border-color: #B3644A;
}
.TagClassName
{
border-color: #B3644A;
}
</style>