#B35E46

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

Shades of Tuscany #B35E46

Tints of Tuscany #B35E46

Color information

#B35E46 (or 0xB35E46) is unknown color: approx Tuscany. HEX triplet: B3, 5E and 46. RGB value is (179,94,70). Sum of RGB (Red+Green+Blue) = 179+94+70=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35E46 is #4CA1B9. Grayscale: #747474. Windows color (decimal): -5022138 or 4611763. OLE color: 4611763.

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

Color convert

RGB1799470-
CMYK00.470.610.30
HSL13.21º43.78%48.82%-
HSV(B)13.21º60.89%70.2%-
XYZ23.718.038.03-
YUV116.68101.66172.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=52.19%
G=27.41%
B=20.41%

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
Decimal179947000.470.610.3013.2143.7848.82
HexB35E4602F3D1Ed2c31
Octal2631361060577536155461
Binary10110011101111010001100101111111101111101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E46; }

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

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

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

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

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

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

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

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