#B26540

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

Shades of Tuscany #B26540

Tints of Tuscany #B26540

Color information

#B26540 (or 0xB26540) is unknown color: approx Tuscany. HEX triplet: B2, 65 and 40. RGB value is (178,101,64). Sum of RGB (Red+Green+Blue) = 178+101+64=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B26540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26540 is #4D9ABF. Grayscale: #787878. Windows color (decimal): -5085888 or 4220338. OLE color: 4220338.

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

Color convert

RGB17810164-
CMYK00.430.640.30
HSL19.47º47.11%47.45%-
HSV(B)19.47º64.04%69.8%-
XYZ23.9419.147.28-
YUV119.896.51169.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=51.90%
G=29.45%
B=18.66%

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
Decimal1781016400.430.640.3019.4747.1147.45
HexB2654002B401E132f2f
Octal26214510005310036235757
Binary1011001011001011000000010101110000001111010011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26540; }

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

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

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

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

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

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

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

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