#B26441

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

Shades of Tuscany #B26441

Tints of Tuscany #B26441

Color information

#B26441 (or 0xB26441) is unknown color: approx Tuscany. HEX triplet: B2, 64 and 41. RGB value is (178,100,65). Sum of RGB (Red+Green+Blue) = 178+100+65=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B26441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26441 is #4D9BBE. Grayscale: #777777. Windows color (decimal): -5086143 or 4285618. OLE color: 4285618.

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

Color convert

RGB17810065-
CMYK00.440.630.30
HSL18.58º46.5%47.65%-
HSV(B)18.58º63.48%69.8%-
XYZ23.8718.967.4-
YUV119.3397.34169.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.90%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=51.90%
G=29.15%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781006500.440.630.3018.5846.547.65
HexB2644102C3F1E132f30
Octal2621441010547736235760
Binary101100101100100100000101011001111111111010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26441; }

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

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

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

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

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

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

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

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