#B26541

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

Shades of Tuscany #B26541

Tints of Tuscany #B26541

Color information

#B26541 (or 0xB26541) is unknown color: approx Tuscany. HEX triplet: B2, 65 and 41. RGB value is (178,101,65). Sum of RGB (Red+Green+Blue) = 178+101+65=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B26541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26541 is #4D9ABE. Grayscale: #787878. Windows color (decimal): -5085887 or 4285874. OLE color: 4285874.

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

Color convert

RGB17810165-
CMYK00.430.630.30
HSL19.12º46.5%47.65%-
HSV(B)19.12º63.48%69.8%-
XYZ23.9719.157.43-
YUV119.9297.01169.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.74%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=51.74%
G=29.36%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781016500.430.630.3019.1246.547.65
HexB2654102B3F1E132f30
Octal2621451010537736235760
Binary101100101100101100000101010111111111111010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26541; }

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

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

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

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

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

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

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

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