#B16246

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

Shades of Tuscany #B16246

Tints of Tuscany #B16246

Color information

#B16246 (or 0xB16246) is unknown color: approx Tuscany. HEX triplet: B1, 62 and 46. RGB value is (177,98,70). Sum of RGB (Red+Green+Blue) = 177+98+70=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B16246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16246 is #4E9DB9. Grayscale: #767676. Windows color (decimal): -5152186 or 4612785. OLE color: 4612785.

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

Color convert

RGB1779870-
CMYK00.450.600.31
HSL15.7º43.32%48.43%-
HSV(B)15.7º60.45%69.41%-
XYZ23.618.528.13-
YUV118.43100.67169.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=51.30%
G=28.41%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177987000.450.600.3115.743.3248.43
HexB1624602D3C1F102b30
Octal2611421060557437205360
Binary101100011100010100011001011011111001111110000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16246; }

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

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

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

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

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

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

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

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