#B16544

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

Shades of Tuscany #B16544

Tints of Tuscany #B16544

Color information

#B16544 (or 0xB16544) is unknown color: approx Tuscany. HEX triplet: B1, 65 and 44. RGB value is (177,101,68). Sum of RGB (Red+Green+Blue) = 177+101+68=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B16544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16544 is #4E9ABB. Grayscale: #787878. Windows color (decimal): -5151420 or 4482481. OLE color: 4482481.

HSL color Cylindrical-coordinate representation of color #B16544: hue angle of 18.17º 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 #B16544 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17710168-
CMYK00.430.620.31
HSL18.17º44.49%48.04%-
HSV(B)18.17º61.58%69.41%-
XYZ23.8319.077.89-
YUV119.9698.68168.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.16%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=51.16%
G=29.19%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771016800.430.620.3118.1744.4948.04
HexB1654402B3E1F122c30
Octal2611451040537637225460
Binary101100011100101100010001010111111101111110010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16544; }

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

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

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

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

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

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

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

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