#B26545

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

Shades of Tuscany #B26545

Tints of Tuscany #B26545

Color information

#B26545 (or 0xB26545) is unknown color: approx Tuscany. HEX triplet: B2, 65 and 45. RGB value is (178,101,69). Sum of RGB (Red+Green+Blue) = 178+101+69=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B26545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26545 is #4D9ABA. Grayscale: #787878. Windows color (decimal): -5085883 or 4548018. OLE color: 4548018.

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

Color convert

RGB17810169-
CMYK00.430.610.30
HSL17.61º44.13%48.43%-
HSV(B)17.61º61.24%69.8%-
XYZ24.0919.28.07-
YUV120.3899.01169.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 69 (27.34% from 255) = 19.83%
R=51.15%
G=29.02%
B=19.83%

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
Decimal1781016900.430.610.3017.6144.1348.43
HexB2654502B3D1E122c30
Octal2621451050537536225460
Binary101100101100101100010101010111111011111010010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26545; }

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

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

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

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

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

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

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

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