#b35d3f

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

Shades of Tuscany #B35D3F

Tints of Tuscany #B35D3F

Color information

#B35D3F (or 0xB35D3F) is unknown color: approx Tuscany. HEX triplet: B3, 5D and 3F. RGB value is (179,93,63). Sum of RGB (Red+Green+Blue) = 179+93+63=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35D3F is #4CA2C0. Grayscale: #737373. Windows color (decimal): -5022401 or 4152755. OLE color: 4152755.

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

Color convert

RGB1799363-
CMYK00.480.650.30
HSL15.52º47.93%47.45%-
HSV(B)15.52º64.8%70.2%-
XYZ23.417.776.9-
YUV115.2998.49173.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 63 (25% from 255) = 18.81%
R=53.43%
G=27.76%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179936300.480.650.3015.5247.9347.45
HexB35D3F030411E10302f
Octal2631357706010136206057
Binary101100111011101111111011000010000011111010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35d3f; }

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

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

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

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

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

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

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

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