#B16349

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

Shades of Tuscany #B16349

Tints of Tuscany #B16349

Color information

#B16349 (or 0xB16349) is unknown color: approx Tuscany. HEX triplet: B1, 63 and 49. RGB value is (177,99,73). Sum of RGB (Red+Green+Blue) = 177+99+73=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B16349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16349 is #4E9CB6. Grayscale: #777777. Windows color (decimal): -5151927 or 4809649. OLE color: 4809649.

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

Color convert

RGB1779973-
CMYK00.440.590.31
HSL15º41.6%49.02%-
HSV(B)15º58.76%69.41%-
XYZ23.818.758.67-
YUV119.36101.84169.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=50.72%
G=28.37%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177997300.440.590.311541.649.02
HexB1634902C3B1Ff2a31
Octal2611431110547337175261
Binary10110001110001110010010101100111011111111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16349; }

 p { color: rgb(177,99,73); }

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

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

 a { background-color: rgb(177,99,73); }

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

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

 span { border-color: rgb(177,99,73); }

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