Shades of Tuscany #B3643D
Tints of Tuscany #B3643D
RGB
CMYK
RGB Variations
Color information
#B3643D (or 0xB3643D) is known color: Tuscany. HEX triplet: B3, 64 and 3D. RGB value is (179,100,61). Sum of RGB (Red+Green+Blue) = 179+100+61=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3643D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3643D is #4C9BC2. Grayscale: #777777. Windows color (decimal): -5020611 or 4023475. OLE color: 4023475.
HSL color Cylindrical-coordinate representation of color #B3643D: hue angle of 19.83º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3643D is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 100 | 61 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.30 |
| HSL | 19.83º | 0.49% | 0.47% | - |
| HSV(B) | 19.83º | 0.66% | 0.7% | - |
| XYZ | 23.99 | 19.03 | 6.82 | - |
| YUV | 119.18 | 95.17 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 61 | 0 | 0.44 | 0.66 | 0.30 | 19.83 | 0.49 | 0.47 |
| Hex | B3 | 64 | 3D | 0 | 2C | 42 | 1E | 14 | 31 | 2F |
| Octal | 263 | 144 | 75 | 0 | 54 | 102 | 36 | 24 | 61 | 57 |
| Binary | 10110011 | 1100100 | 111101 | 0 | 101100 | 1000010 | 11110 | 10100 | 110001 | 101111 |
Color Harmonies of #B3643D
Complementary color
Monochromatic Colors of #B3643D
Black with #B3643D
Text Example
Text Example
White with #B3643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3643D; }
p { color: rgb(179,100,61); }
H1.HeaderClassName
{
color: #B3643D;
}
.AnyTagClassName
{
color: #B3643D;
}
</style>
background-color css
<style>
a { background-color: #B3643D; }
a { background-color: rgb(179,100,61); }
div.DivClassName
{
background-color: #B3643D;
}
.BgClassName
{
background-color: #B3643D;
}
</style>
border-color css
<style>
span { border-color: #B3643D; }
span { border-color: rgb(179,100,61); }
td.TdClassName
{
border-color: #B3643D;
}
.TagClassName
{
border-color: #B3643D;
}
</style>