#B26047

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

Shades of Tuscany #B26047

Tints of Tuscany #B26047

Color information

#B26047 (or 0xB26047) is unknown color: approx Tuscany. HEX triplet: B2, 60 and 47. RGB value is (178,96,71). Sum of RGB (Red+Green+Blue) = 178+96+71=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B26047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26047 is #4D9FB8. Grayscale: #757575. Windows color (decimal): -5087161 or 4677810. OLE color: 4677810.

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

Color convert

RGB1789671-
CMYK00.460.600.30
HSL14.02º42.97%48.82%-
HSV(B)14.02º60.11%69.8%-
XYZ23.6818.298.24-
YUV117.67101.67171.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 71 (28.12% from 255) = 20.58%
R=51.59%
G=27.83%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178967100.460.600.3014.0242.9748.82
HexB2604702E3C1Ee2b31
Octal2621401070567436165361
Binary10110010110000010001110101110111100111101110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26047; }

 p { color: rgb(178,96,71); }

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

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

 a { background-color: rgb(178,96,71); }

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

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

 span { border-color: rgb(178,96,71); }

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