#B35E45

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

Shades of Tuscany #B35E45

Tints of Tuscany #B35E45

Color information

#B35E45 (or 0xB35E45) is unknown color: approx Tuscany. HEX triplet: B3, 5E and 45. RGB value is (179,94,69). Sum of RGB (Red+Green+Blue) = 179+94+69=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E45 is #4CA1BA. Grayscale: #747474. Windows color (decimal): -5022139 or 4546227. OLE color: 4546227.

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

Color convert

RGB1799469-
CMYK00.470.610.30
HSL13.64º44.35%48.63%-
HSV(B)13.64º61.45%70.2%-
XYZ23.6718.027.86-
YUV116.56101.16172.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 69 (27.34% from 255) = 20.18%
R=52.34%
G=27.49%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179946900.470.610.3013.6444.3548.63
HexB35E4502F3D1Ee2c31
Octal2631361050577536165461
Binary10110011101111010001010101111111101111101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E45; }

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

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

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

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

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

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

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

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