#B26849

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

Shades of Tuscany #B26849

Tints of Tuscany #B26849

Color information

#B26849 (or 0xB26849) is unknown color: approx Tuscany. HEX triplet: B2, 68 and 49. RGB value is (178,104,73). Sum of RGB (Red+Green+Blue) = 178+104+73=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B26849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26849 is #4D97B6. Grayscale: #7A7A7A. Windows color (decimal): -5085111 or 4810930. OLE color: 4810930.

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

Color convert

RGB17810473-
CMYK00.420.590.30
HSL17.71º41.83%49.22%-
HSV(B)17.71º58.99%69.8%-
XYZ24.5119.858.84-
YUV122.59100.02167.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.14%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 73 (28.91% from 255) = 20.56%
R=50.14%
G=29.30%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781047300.420.590.3017.7141.8349.22
HexB2684902A3B1E122a31
Octal2621501110527336225261
Binary101100101101000100100101010101110111111010010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26849; }

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

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

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

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

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

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

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

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