#B26A48

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

Shades of Tuscany #B26A48

Tints of Tuscany #B26A48

Color information

#B26A48 (or 0xB26A48) is unknown color: approx Tuscany. HEX triplet: B2, 6A and 48. RGB value is (178,106,72). Sum of RGB (Red+Green+Blue) = 178+106+72=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B26A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26A48 is #4D95B7. Grayscale: #7B7B7B. Windows color (decimal): -5084600 or 4745906. OLE color: 4745906.

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

Color convert

RGB17810672-
CMYK00.400.600.30
HSL19.25º42.4%49.02%-
HSV(B)19.25º59.55%69.8%-
XYZ24.6820.248.74-
YUV123.6598.85166.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 29.78%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=50%
G=29.78%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781067200.400.600.3019.2542.449.02
HexB26A480283C1E132a31
Octal2621521100507436235261
Binary101100101101010100100001010001111001111010011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26A48; }

 p { color: rgb(178,106,72); }

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

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

 a { background-color: rgb(178,106,72); }

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

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

 span { border-color: rgb(178,106,72); }

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