#b26341

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

Shades of Tuscany #B26341

Tints of Tuscany #B26341

Color information

#B26341 (or 0xB26341) is unknown color: approx Tuscany. HEX triplet: B2, 63 and 41. RGB value is (178,99,65). Sum of RGB (Red+Green+Blue) = 178+99+65=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B26341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26341 is #4D9CBE. Grayscale: #767676. Windows color (decimal): -5086399 or 4285362. OLE color: 4285362.

HSL color Cylindrical-coordinate representation of color #B26341: hue angle of 18.05º degrees, saturation: 0.47, 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 #B26341 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB1789965-
CMYK00.440.630.30
HSL18.05º46.5%47.65%-
HSV(B)18.05º63.48%69.8%-
XYZ23.7818.777.37-
YUV118.7497.67170.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=52.05%
G=28.95%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178996500.440.630.3018.0546.547.65
HexB2634102C3F1E122f30
Octal2621431010547736225760
Binary101100101100011100000101011001111111111010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26341; }

 p { color: rgb(178,99,65); }

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

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

 a { background-color: rgb(178,99,65); }

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

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

 span { border-color: rgb(178,99,65); }

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