#B16241

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

Shades of Tuscany #B16241

Tints of Tuscany #B16241

Color information

#B16241 (or 0xB16241) is unknown color: approx Tuscany. HEX triplet: B1, 62 and 41. RGB value is (177,98,65). Sum of RGB (Red+Green+Blue) = 177+98+65=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B16241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16241 is #4E9DBE. Grayscale: #767676. Windows color (decimal): -5152191 or 4285105. OLE color: 4285105.

HSL color Cylindrical-coordinate representation of color #B16241: hue angle of 17.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B16241 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1779865-
CMYK00.450.630.31
HSL17.68º46.28%47.45%-
HSV(B)17.68º63.28%69.41%-
XYZ23.4518.467.33-
YUV117.8698.17170.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=52.06%
G=28.82%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177986500.450.630.3117.6846.2847.45
HexB1624102D3F1F122e2f
Octal2611421010557737225657
Binary101100011100010100000101011011111111111110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16241; }

 p { color: rgb(177,98,65); }

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

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

 a { background-color: rgb(177,98,65); }

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

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

 span { border-color: rgb(177,98,65); }

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