#B26740

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

Shades of Tuscany #B26740

Tints of Tuscany #B26740

Color information

#B26740 (or 0xB26740) is unknown color: approx Tuscany. HEX triplet: B2, 67 and 40. RGB value is (178,103,64). Sum of RGB (Red+Green+Blue) = 178+103+64=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B26740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26740 is #4D98BF. Grayscale: #797979. Windows color (decimal): -5085376 or 4220850. OLE color: 4220850.

HSL color Cylindrical-coordinate representation of color #B26740: hue angle of 20.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B26740 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17810364-
CMYK00.420.640.30
HSL20.53º47.11%47.45%-
HSV(B)20.53º64.04%69.8%-
XYZ24.1419.547.35-
YUV120.9895.85168.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=51.59%
G=29.86%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781036400.420.640.3020.5347.1147.45
HexB2674002A401E152f2f
Octal26214710005210036255757
Binary1011001011001111000000010101010000001111010101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26740; }

 p { color: rgb(178,103,64); }

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

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

 a { background-color: rgb(178,103,64); }

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

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

 span { border-color: rgb(178,103,64); }

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