#B26049

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

Shades of Tuscany #B26049

Tints of Tuscany #B26049

Color information

#B26049 (or 0xB26049) is unknown color: approx Tuscany. HEX triplet: B2, 60 and 49. RGB value is (178,96,73). Sum of RGB (Red+Green+Blue) = 178+96+73=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B26049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26049 is #4D9FB6. Grayscale: #767676. Windows color (decimal): -5087159 or 4808882. OLE color: 4808882.

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

Color convert

RGB1789673-
CMYK00.460.590.30
HSL13.14º41.83%49.22%-
HSV(B)13.14º58.99%69.8%-
XYZ23.7518.318.59-
YUV117.9102.67170.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 73 (28.91% from 255) = 21.04%
R=51.30%
G=27.67%
B=21.04%

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
Decimal178967300.460.590.3013.1441.8349.22
HexB2604902E3B1Ed2a31
Octal2621401110567336155261
Binary10110010110000010010010101110111011111101101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26049; }

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

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

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

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

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

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

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

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