Shades of Tuscany #B3663F
Tints of Tuscany #B3663F
RGB
CMYK
RGB Variations
Color information
#B3663F (or 0xB3663F) is known color: Tuscany. HEX triplet: B3, 66 and 3F. RGB value is (179,102,63). Sum of RGB (Red+Green+Blue) = 179+102+63=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3663F is #4C99C0. Grayscale: #787878. Windows color (decimal): -5020097 or 4155059. OLE color: 4155059.
HSL color Cylindrical-coordinate representation of color #B3663F: hue angle of 20.17º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3663F is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 102 | 63 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.30 |
| HSL | 20.17º | 0.48% | 0.47% | - |
| HSV(B) | 20.17º | 0.65% | 0.7% | - |
| XYZ | 24.24 | 19.45 | 7.18 | - |
| YUV | 120.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 63 | 0 | 0.43 | 0.65 | 0.30 | 20.17 | 0.48 | 0.47 |
| Hex | B3 | 66 | 3F | 0 | 2B | 41 | 1E | 14 | 30 | 2F |
| Octal | 263 | 146 | 77 | 0 | 53 | 101 | 36 | 24 | 60 | 57 |
| Binary | 10110011 | 1100110 | 111111 | 0 | 101011 | 1000001 | 11110 | 10100 | 110000 | 101111 |
Color Harmonies of #B3663F
Complementary color
Monochromatic Colors of #B3663F
Black with #B3663F
Text Example
Text Example
White with #B3663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3663F; }
p { color: rgb(179,102,63); }
H1.HeaderClassName
{
color: #B3663F;
}
.AnyTagClassName
{
color: #B3663F;
}
</style>
background-color css
<style>
a { background-color: #B3663F; }
a { background-color: rgb(179,102,63); }
div.DivClassName
{
background-color: #B3663F;
}
.BgClassName
{
background-color: #B3663F;
}
</style>
border-color css
<style>
span { border-color: #B3663F; }
span { border-color: rgb(179,102,63); }
td.TdClassName
{
border-color: #B3663F;
}
.TagClassName
{
border-color: #B3663F;
}
</style>