#B36149

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

Shades of Tuscany #B36149

Tints of Tuscany #B36149

Color information

#B36149 (or 0xB36149) is unknown color: approx Tuscany. HEX triplet: B3, 61 and 49. RGB value is (179,97,73). Sum of RGB (Red+Green+Blue) = 179+97+73=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B36149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36149 is #4C9EB6. Grayscale: #767676. Windows color (decimal): -5021367 or 4809139. OLE color: 4809139.

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

Color convert

RGB1799773-
CMYK00.460.590.30
HSL13.58º42.06%49.41%-
HSV(B)13.58º59.22%70.2%-
XYZ24.0718.618.63-
YUV118.78102.17170.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=51.29%
G=27.79%
B=20.92%

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
Decimal179977300.460.590.3013.5842.0649.41
HexB3614902E3B1Ee2a31
Octal2631411110567336165261
Binary10110011110000110010010101110111011111101110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36149; }

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

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

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

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

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

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

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

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