Shades of Tuscany #B35C3C
Tints of Tuscany #B35C3C
RGB
CMYK
RGB Variations
Color information
#B35C3C (or 0xB35C3C) is known color: Tuscany. HEX triplet: B3, 5C and 3C. RGB value is (179,92,60). Sum of RGB (Red+Green+Blue) = 179+92+60=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C3C is #4CA3C3. Grayscale: #727272. Windows color (decimal): -5022660 or 3955891. OLE color: 3955891.
HSL color Cylindrical-coordinate representation of color #B35C3C: hue angle of 16.13º degrees, saturation: 0.5, 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 #B35C3C is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 92 | 60 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.30 |
| HSL | 16.13º | 0.5% | 0.47% | - |
| HSV(B) | 16.13º | 0.66% | 0.7% | - |
| XYZ | 23.23 | 17.56 | 6.44 | - |
| YUV | 114.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 92 | 60 | 0 | 0.49 | 0.66 | 0.30 | 16.13 | 0.5 | 0.47 |
| Hex | B3 | 5C | 3C | 0 | 31 | 42 | 1E | 10 | 32 | 2F |
| Octal | 263 | 134 | 74 | 0 | 61 | 102 | 36 | 20 | 62 | 57 |
| Binary | 10110011 | 1011100 | 111100 | 0 | 110001 | 1000010 | 11110 | 10000 | 110010 | 101111 |
Color Harmonies of #B35C3C
Complementary color
Monochromatic Colors of #B35C3C
Black with #B35C3C
Text Example
Text Example
White with #B35C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35C3C; }
p { color: rgb(179,92,60); }
H1.HeaderClassName
{
color: #B35C3C;
}
.AnyTagClassName
{
color: #B35C3C;
}
</style>
background-color css
<style>
a { background-color: #B35C3C; }
a { background-color: rgb(179,92,60); }
div.DivClassName
{
background-color: #B35C3C;
}
.BgClassName
{
background-color: #B35C3C;
}
</style>
border-color css
<style>
span { border-color: #B35C3C; }
span { border-color: rgb(179,92,60); }
td.TdClassName
{
border-color: #B35C3C;
}
.TagClassName
{
border-color: #B35C3C;
}
</style>