#B16A47

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

Shades of Tuscany #B16A47

Tints of Tuscany #B16A47

Color information

#B16A47 (or 0xB16A47) is unknown color: approx Tuscany. HEX triplet: B1, 6A and 47. RGB value is (177,106,71). Sum of RGB (Red+Green+Blue) = 177+106+71=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16A47 is #4E95B8. Grayscale: #7B7B7B. Windows color (decimal): -5150137 or 4680369. OLE color: 4680369.

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

Color convert

RGB17710671-
CMYK00.400.600.31
HSL19.81º42.74%48.63%-
HSV(B)19.81º59.89%69.41%-
XYZ24.4220.118.56-
YUV123.2498.52166.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=50%
G=29.94%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771067100.400.600.3119.8142.7448.63
HexB16A470283C1F142b31
Octal2611521070507437245361
Binary101100011101010100011101010001111001111110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16A47; }

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

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

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

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

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

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

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

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