#B36049

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

Shades of Tuscany #B36049

Tints of Tuscany #B36049

Color information

#B36049 (or 0xB36049) is unknown color: approx Tuscany. HEX triplet: B3, 60 and 49. RGB value is (179,96,73). Sum of RGB (Red+Green+Blue) = 179+96+73=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B36049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36049 is #4C9FB6. Grayscale: #767676. Windows color (decimal): -5021623 or 4808883. OLE color: 4808883.

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

Color convert

RGB1799673-
CMYK00.460.590.30
HSL13.02º42.06%49.41%-
HSV(B)13.02º59.22%70.2%-
XYZ23.9818.438.6-
YUV118.2102.5171.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 73 (28.91% from 255) = 20.98%
R=51.44%
G=27.59%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179967300.460.590.3013.0242.0649.41
HexB3604902E3B1Ed2a31
Octal2631401110567336155261
Binary10110011110000010010010101110111011111101101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36049; }

 p { color: rgb(179,96,73); }

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

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

 a { background-color: rgb(179,96,73); }

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

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

 span { border-color: rgb(179,96,73); }

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