#B26645

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

Shades of Tuscany #B26645

Tints of Tuscany #B26645

Color information

#B26645 (or 0xB26645) is unknown color: approx Tuscany. HEX triplet: B2, 66 and 45. RGB value is (178,102,69). Sum of RGB (Red+Green+Blue) = 178+102+69=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B26645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26645 is #4D99BA. Grayscale: #797979. Windows color (decimal): -5085627 or 4548274. OLE color: 4548274.

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

Color convert

RGB17810269-
CMYK00.430.610.30
HSL18.17º44.13%48.43%-
HSV(B)18.17º61.24%69.8%-
XYZ24.1919.48.1-
YUV120.9698.68168.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=51.00%
G=29.23%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781026900.430.610.3018.1744.1348.43
HexB2664502B3D1E122c30
Octal2621461050537536225460
Binary101100101100110100010101010111111011111010010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26645; }

 p { color: rgb(178,102,69); }

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

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

 a { background-color: rgb(178,102,69); }

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

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

 span { border-color: rgb(178,102,69); }

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