#B16444

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

Shades of Tuscany #B16444

Tints of Tuscany #B16444

Color information

#B16444 (or 0xB16444) is unknown color: approx Tuscany. HEX triplet: B1, 64 and 44. RGB value is (177,100,68). Sum of RGB (Red+Green+Blue) = 177+100+68=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16444 is #4E9BBB. Grayscale: #777777. Windows color (decimal): -5151676 or 4482225. OLE color: 4482225.

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

Color convert

RGB17710068-
CMYK00.440.620.31
HSL17.61º44.49%48.04%-
HSV(B)17.61º61.58%69.41%-
XYZ23.7318.887.86-
YUV119.3799.01169.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 68 (26.95% from 255) = 19.71%
R=51.30%
G=28.99%
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.31
SystemRedGreenBlueCMYKHSL
Decimal1771006800.440.620.3117.6144.4948.04
HexB1644402C3E1F122c30
Octal2611441040547637225460
Binary101100011100100100010001011001111101111110010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16444; }

 p { color: rgb(177,100,68); }

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

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

 a { background-color: rgb(177,100,68); }

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

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

 span { border-color: rgb(177,100,68); }

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