#B26242

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

Shades of Tuscany #B26242

Tints of Tuscany #B26242

Color information

#B26242 (or 0xB26242) is unknown color: approx Tuscany. HEX triplet: B2, 62 and 42. RGB value is (178,98,66). Sum of RGB (Red+Green+Blue) = 178+98+66=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B26242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26242 is #4D9DBD. Grayscale: #767676. Windows color (decimal): -5086654 or 4350642. OLE color: 4350642.

HSL color Cylindrical-coordinate representation of color #B26242: hue angle of 17.14º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B26242 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1789866-
CMYK00.450.630.30
HSL17.14º45.9%47.84%-
HSV(B)17.14º62.92%69.8%-
XYZ23.7118.597.49-
YUV118.2798.5170.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=52.05%
G=28.65%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178986600.450.630.3017.1445.947.84
HexB2624202D3F1E112e30
Octal2621421020557736215660
Binary101100101100010100001001011011111111111010001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26242; }

 p { color: rgb(178,98,66); }

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

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

 a { background-color: rgb(178,98,66); }

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

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

 span { border-color: rgb(178,98,66); }

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