#B26446

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

Shades of Tuscany #B26446

Tints of Tuscany #B26446

Color information

#B26446 (or 0xB26446) is unknown color: approx Tuscany. HEX triplet: B2, 64 and 46. RGB value is (178,100,70). Sum of RGB (Red+Green+Blue) = 178+100+70=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B26446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26446 is #4D9BB9. Grayscale: #787878. Windows color (decimal): -5086138 or 4613298. OLE color: 4613298.

HSL color Cylindrical-coordinate representation of color #B26446: hue angle of 16.67º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B26446 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17810070-
CMYK00.440.610.30
HSL16.67º43.55%48.63%-
HSV(B)16.67º60.67%69.8%-
XYZ24.0219.028.2-
YUV119.999.84169.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 70 (27.73% from 255) = 20.11%
R=51.15%
G=28.74%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781007000.440.610.3016.6743.5548.63
HexB2644602C3D1E112c31
Octal2621441060547536215461
Binary101100101100100100011001011001111011111010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26446; }

 p { color: rgb(178,100,70); }

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

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

 a { background-color: rgb(178,100,70); }

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

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

 span { border-color: rgb(178,100,70); }

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