#B35D3C

Color #B35D3C Tuscany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuscany #B35D3C

Tints of Tuscany #B35D3C

Color information

#B35D3C (or 0xB35D3C) is unknown color: approx Tuscany. HEX triplet: B3, 5D and 3C. RGB value is (179,93,60). Sum of RGB (Red+Green+Blue) = 179+93+60=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35D3C is #4CA2C3. Grayscale: #737373. Windows color (decimal): -5022404 or 3956147. OLE color: 3956147.

HSL color Cylindrical-coordinate representation of color #B35D3C: hue angle of 16.64º 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 #B35D3C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1799360-
CMYK00.480.660.30
HSL16.64º49.79%46.86%-
HSV(B)16.64º66.48%70.2%-
XYZ23.3217.746.47-
YUV114.9596.99173.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 60 (23.83% from 255) = 18.07%
R=53.92%
G=28.01%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179936000.480.660.3016.6449.7946.86
HexB35D3C030421E11322f
Octal2631357406010236216257
Binary101100111011101111100011000010000101111010001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D3C; }

 p { color: rgb(179,93,60); }

 H1.HeaderClassName
 {
   color: #B35D3C;
 }
 .AnyTagClassName
 {
   color: #B35D3C;
 }
</style>
background-color css

<style>
 a { background-color: #B35D3C; }

 a { background-color: rgb(179,93,60); }

 div.DivClassName
 {
   background-color: #B35D3C;
 }
 .BgClassName
 {
   background-color: #B35D3C;
 }
</style>
border-color css

<style>
 span { border-color: #B35D3C; }

 span { border-color: rgb(179,93,60); }

 td.TdClassName
 {
   border-color: #B35D3C;
 }
 .TagClassName
 {
   border-color: #B35D3C;
 }
</style>