#b26749

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

Shades of Tuscany #B26749

Tints of Tuscany #B26749

Color information

#B26749 (or 0xB26749) is unknown color: approx Tuscany. HEX triplet: B2, 67 and 49. RGB value is (178,103,73). Sum of RGB (Red+Green+Blue) = 178+103+73=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B26749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26749 is #4D98B6. Grayscale: #7A7A7A. Windows color (decimal): -5085367 or 4810674. OLE color: 4810674.

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

Color convert

RGB17810373-
CMYK00.420.590.30
HSL17.14º41.83%49.22%-
HSV(B)17.14º58.99%69.8%-
XYZ24.4119.658.81-
YUV122100.35167.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.28%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 73 (28.91% from 255) = 20.62%
R=50.28%
G=29.10%
B=20.62%

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
Decimal1781037300.420.590.3017.1441.8349.22
HexB2674902A3B1E112a31
Octal2621471110527336215261
Binary101100101100111100100101010101110111111010001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26749; }

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

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

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

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

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

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

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

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