#B26640

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

Shades of Tuscany #B26640

Tints of Tuscany #B26640

Color information

#B26640 (or 0xB26640) is unknown color: approx Tuscany. HEX triplet: B2, 66 and 40. RGB value is (178,102,64). Sum of RGB (Red+Green+Blue) = 178+102+64=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26640 is #4D99BF. Grayscale: #787878. Windows color (decimal): -5085632 or 4220594. OLE color: 4220594.

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

Color convert

RGB17810264-
CMYK00.430.640.30
HSL20º47.11%47.45%-
HSV(B)20º64.04%69.8%-
XYZ24.0419.347.32-
YUV120.3996.18169.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=51.74%
G=29.65%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781026400.430.640.302047.1147.45
HexB2664002B401E142f2f
Octal26214610005310036245757
Binary1011001011001101000000010101110000001111010100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26640; }

 p { color: rgb(178,102,64); }

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

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

 a { background-color: rgb(178,102,64); }

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

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

 span { border-color: rgb(178,102,64); }

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