#b35e3b

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

Shades of Tuscany #B35E3B

Tints of Tuscany #B35E3B

Color information

#B35E3B (or 0xB35E3B) is unknown color: approx Tuscany. HEX triplet: B3, 5E and 3B. RGB value is (179,94,59). Sum of RGB (Red+Green+Blue) = 179+94+59=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E3B is #4CA1C4. Grayscale: #737373. Windows color (decimal): -5022149 or 3890867. OLE color: 3890867.

HSL color Cylindrical-coordinate representation of color #B35E3B: hue angle of 17.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B35E3B is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB1799459-
CMYK00.470.670.30
HSL17.5º50.42%46.67%-
HSV(B)17.5º67.04%70.2%-
XYZ23.3817.96.36-
YUV115.4296.16173.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.92%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=53.92%
G=28.31%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179945900.470.670.3017.550.4246.67
HexB35E3B02F431E12322f
Octal2631367305710336226257
Binary101100111011110111011010111110000111111010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b35e3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b35e3b; }

 p { color: rgb(179,94,59); }

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

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

 a { background-color: rgb(179,94,59); }

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

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

 span { border-color: rgb(179,94,59); }

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