#B16347

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

Shades of Tuscany #B16347

Tints of Tuscany #B16347

Color information

#B16347 (or 0xB16347) is unknown color: approx Tuscany. HEX triplet: B1, 63 and 47. RGB value is (177,99,71). Sum of RGB (Red+Green+Blue) = 177+99+71=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B16347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16347 is #4E9CB8. Grayscale: #777777. Windows color (decimal): -5151929 or 4678577. OLE color: 4678577.

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

Color convert

RGB1779971-
CMYK00.440.600.31
HSL15.85º42.74%48.63%-
HSV(B)15.85º59.89%69.41%-
XYZ23.7318.738.32-
YUV119.13100.84169.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 71 (28.12% from 255) = 20.46%
R=51.01%
G=28.53%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177997100.440.600.3115.8542.7448.63
HexB1634702C3C1F102b31
Octal2611431070547437205361
Binary101100011100011100011101011001111001111110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16347; }

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

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

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

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

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

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

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

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