#b26344

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

Shades of Tuscany #B26344

Tints of Tuscany #B26344

Color information

#B26344 (or 0xB26344) is unknown color: approx Tuscany. HEX triplet: B2, 63 and 44. RGB value is (178,99,68). Sum of RGB (Red+Green+Blue) = 178+99+68=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B26344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26344 is #4D9CBB. Grayscale: #777777. Windows color (decimal): -5086396 or 4481970. OLE color: 4481970.

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

Color convert

RGB1789968-
CMYK00.440.620.30
HSL16.91º44.72%48.24%-
HSV(B)16.91º61.8%69.8%-
XYZ23.8718.817.84-
YUV119.0999.17170.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.59%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=51.59%
G=28.70%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178996800.440.620.3016.9144.7248.24
HexB2634402C3E1E112d30
Octal2621431040547636215560
Binary101100101100011100010001011001111101111010001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b26344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b26344; }

 p { color: rgb(178,99,68); }

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

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

 a { background-color: rgb(178,99,68); }

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

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

 span { border-color: rgb(178,99,68); }

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