Shades of Tuscany #B35A3F
Tints of Tuscany #B35A3F
RGB
CMYK
RGB Variations
Color information
#B35A3F (or 0xB35A3F) is known color: Tuscany. HEX triplet: B3, 5A and 3F. RGB value is (179,90,63). Sum of RGB (Red+Green+Blue) = 179+90+63=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A3F is #4CA5C0. Grayscale: #717171. Windows color (decimal): -5023169 or 4151987. OLE color: 4151987.
HSL color Cylindrical-coordinate representation of color #B35A3F: hue angle of 13.97º 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 #B35A3F is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 63 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.30 |
| HSL | 13.97º | 0.48% | 0.47% | - |
| HSV(B) | 13.97º | 0.65% | 0.7% | - |
| XYZ | 23.14 | 17.25 | 6.81 | - |
| YUV | 113.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 63 | 0 | 0.50 | 0.65 | 0.30 | 13.97 | 0.48 | 0.47 |
| Hex | B3 | 5A | 3F | 0 | 32 | 41 | 1E | E | 30 | 2F |
| Octal | 263 | 132 | 77 | 0 | 62 | 101 | 36 | 16 | 60 | 57 |
| Binary | 10110011 | 1011010 | 111111 | 0 | 110010 | 1000001 | 11110 | 1110 | 110000 | 101111 |
Color Harmonies of #B35A3F
Complementary color
Monochromatic Colors of #B35A3F
Black with #B35A3F
Text Example
Text Example
White with #B35A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A3F; }
p { color: rgb(179,90,63); }
H1.HeaderClassName
{
color: #B35A3F;
}
.AnyTagClassName
{
color: #B35A3F;
}
</style>
background-color css
<style>
a { background-color: #B35A3F; }
a { background-color: rgb(179,90,63); }
div.DivClassName
{
background-color: #B35A3F;
}
.BgClassName
{
background-color: #B35A3F;
}
</style>
border-color css
<style>
span { border-color: #B35A3F; }
span { border-color: rgb(179,90,63); }
td.TdClassName
{
border-color: #B35A3F;
}
.TagClassName
{
border-color: #B35A3F;
}
</style>