#B36347

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

Shades of Tuscany #B36347

Tints of Tuscany #B36347

Color information

#B36347 (or 0xB36347) is unknown color: approx Tuscany. HEX triplet: B3, 63 and 47. RGB value is (179,99,71). Sum of RGB (Red+Green+Blue) = 179+99+71=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B36347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36347 is #4C9CB8. Grayscale: #777777. Windows color (decimal): -5020857 or 4678579. OLE color: 4678579.

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

Color convert

RGB1799971-
CMYK00.450.600.30
HSL15.56º43.2%49.02%-
HSV(B)15.56º60.34%70.2%-
XYZ24.1918.968.35-
YUV119.73100.5170.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=51.29%
G=28.37%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179997100.450.600.3015.5643.249.02
HexB3634702D3C1E102b31
Octal2631431070557436205361
Binary101100111100011100011101011011111001111010000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36347; }

 p { color: rgb(179,99,71); }

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

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

 a { background-color: rgb(179,99,71); }

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

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

 span { border-color: rgb(179,99,71); }

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