#B16646

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

Shades of Tuscany #B16646

Tints of Tuscany #B16646

Color information

#B16646 (or 0xB16646) is unknown color: approx Tuscany. HEX triplet: B1, 66 and 46. RGB value is (177,102,70). Sum of RGB (Red+Green+Blue) = 177+102+70=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B16646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16646 is #4E99B9. Grayscale: #787878. Windows color (decimal): -5151162 or 4613809. OLE color: 4613809.

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

Color convert

RGB17710270-
CMYK00.420.600.31
HSL17.94º43.32%48.43%-
HSV(B)17.94º60.45%69.41%-
XYZ23.9919.298.25-
YUV120.7899.35168.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=50.72%
G=29.23%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771027000.420.600.3117.9443.3248.43
HexB1664602A3C1F122b30
Octal2611461060527437225360
Binary101100011100110100011001010101111001111110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16646; }

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

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

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

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

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

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

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

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