#B36A47

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

Shades of Tuscany #B36A47

Tints of Tuscany #B36A47

Color information

#B36A47 (or 0xB36A47) is unknown color: approx Tuscany. HEX triplet: B3, 6A and 47. RGB value is (179,106,71). Sum of RGB (Red+Green+Blue) = 179+106+71=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B36A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36A47 is #4C95B8. Grayscale: #7C7C7C. Windows color (decimal): -5019065 or 4680371. OLE color: 4680371.

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

Color convert

RGB17910671-
CMYK00.410.600.30
HSL19.44º43.2%49.02%-
HSV(B)19.44º60.34%70.2%-
XYZ24.8820.358.58-
YUV123.8498.18167.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=50.28%
G=29.78%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791067100.410.600.3019.4443.249.02
HexB36A470293C1E132b31
Octal2631521070517436235361
Binary101100111101010100011101010011111001111010011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36A47; }

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

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

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

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

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

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

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

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