#B35C44

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

Shades of Tuscany #B35C44

Tints of Tuscany #B35C44

Color information

#B35C44 (or 0xB35C44) is unknown color: approx Tuscany. HEX triplet: B3, 5C and 44. RGB value is (179,92,68). Sum of RGB (Red+Green+Blue) = 179+92+68=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C44 is #4CA3BB. Grayscale: #737373. Windows color (decimal): -5022652 or 4480179. OLE color: 4480179.

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

Color convert

RGB1799268-
CMYK00.490.620.30
HSL12.97º44.94%48.43%-
HSV(B)12.97º62.01%70.2%-
XYZ23.4617.667.64-
YUV115.28101.32173.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=52.80%
G=27.14%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179926800.490.620.3012.9744.9448.43
HexB35C440313E1Ed2d30
Octal2631341040617636155560
Binary10110011101110010001000110001111110111101101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C44; }

 p { color: rgb(179,92,68); }

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

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

 a { background-color: rgb(179,92,68); }

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

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

 span { border-color: rgb(179,92,68); }

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