#B26544

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

Shades of Tuscany #B26544

Tints of Tuscany #B26544

Color information

#B26544 (or 0xB26544) is unknown color: approx Tuscany. HEX triplet: B2, 65 and 44. RGB value is (178,101,68). Sum of RGB (Red+Green+Blue) = 178+101+68=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B26544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26544 is #4D9ABB. Grayscale: #787878. Windows color (decimal): -5085884 or 4482482. OLE color: 4482482.

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

Color convert

RGB17810168-
CMYK00.430.620.30
HSL18º44.72%48.24%-
HSV(B)18º61.8%69.8%-
XYZ24.0619.197.9-
YUV120.2698.51169.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 68 (26.95% from 255) = 19.60%
R=51.30%
G=29.11%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781016800.430.620.301844.7248.24
HexB2654402B3E1E122d30
Octal2621451040537636225560
Binary101100101100101100010001010111111101111010010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26544; }

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

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

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

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

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

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

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

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