#B26240

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

Shades of Tuscany #B26240

Tints of Tuscany #B26240

Color information

#B26240 (or 0xB26240) is unknown color: approx Tuscany. HEX triplet: B2, 62 and 40. RGB value is (178,98,64). Sum of RGB (Red+Green+Blue) = 178+98+64=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B26240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26240 is #4D9DBF. Grayscale: #767676. Windows color (decimal): -5086656 or 4219570. OLE color: 4219570.

HSL color Cylindrical-coordinate representation of color #B26240: hue angle of 17.89º 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 #B26240 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1789864-
CMYK00.450.640.30
HSL17.89º47.11%47.45%-
HSV(B)17.89º64.04%69.8%-
XYZ23.6518.577.19-
YUV118.0497.5170.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.35%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=52.35%
G=28.82%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178986400.450.640.3017.8947.1147.45
HexB2624002D401E122f2f
Octal26214210005510036225757
Binary1011001011000101000000010110110000001111010010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26240; }

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

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

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

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

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

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

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

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