#B36446

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

Shades of Tuscany #B36446

Tints of Tuscany #B36446

Color information

#B36446 (or 0xB36446) is unknown color: approx Tuscany. HEX triplet: B3, 64 and 46. RGB value is (179,100,70). Sum of RGB (Red+Green+Blue) = 179+100+70=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B36446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36446 is #4C9BB9. Grayscale: #787878. Windows color (decimal): -5020602 or 4613299. OLE color: 4613299.

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

Color convert

RGB17910070-
CMYK00.440.610.30
HSL16.51º43.78%48.82%-
HSV(B)16.51º60.89%70.2%-
XYZ24.2519.148.21-
YUV120.299.67169.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=51.29%
G=28.65%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791007000.440.610.3016.5143.7848.82
HexB3644602C3D1E112c31
Octal2631441060547536215461
Binary101100111100100100011001011001111011111010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36446; }

 p { color: rgb(179,100,70); }

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

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

 a { background-color: rgb(179,100,70); }

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

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

 span { border-color: rgb(179,100,70); }

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