#B35F3D

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

Shades of Tuscany #B35F3D

Tints of Tuscany #B35F3D

Color information

#B35F3D (or 0xB35F3D) is unknown color: approx Tuscany. HEX triplet: B3, 5F and 3D. RGB value is (179,95,61). Sum of RGB (Red+Green+Blue) = 179+95+61=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35F3D is #4CA0C2. Grayscale: #747474. Windows color (decimal): -5021891 or 4022195. OLE color: 4022195.

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

Color convert

RGB1799561-
CMYK00.470.660.30
HSL17.29º49.17%47.06%-
HSV(B)17.29º65.92%70.2%-
XYZ23.5218.116.67-
YUV116.2496.83172.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.43%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=53.43%
G=28.36%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179956100.470.660.3017.2949.1747.06
HexB35F3D02F421E11312f
Octal2631377505710236216157
Binary101100111011111111101010111110000101111010001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F3D; }

 p { color: rgb(179,95,61); }

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

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

 a { background-color: rgb(179,95,61); }

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

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

 span { border-color: rgb(179,95,61); }

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