#B16047

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

Shades of Tuscany #B16047

Tints of Tuscany #B16047

Color information

#B16047 (or 0xB16047) is unknown color: approx Tuscany. HEX triplet: B1, 60 and 47. RGB value is (177,96,71). Sum of RGB (Red+Green+Blue) = 177+96+71=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B16047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16047 is #4E9FB8. Grayscale: #757575. Windows color (decimal): -5152697 or 4677809. OLE color: 4677809.

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

Color convert

RGB1779671-
CMYK00.460.600.31
HSL14.15º42.74%48.63%-
HSV(B)14.15º59.89%69.41%-
XYZ23.4518.178.23-
YUV117.37101.84170.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.45%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=51.45%
G=27.91%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177967100.460.600.3114.1542.7448.63
HexB1604702E3C1Fe2b31
Octal2611401070567437165361
Binary10110001110000010001110101110111100111111110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16047; }

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

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

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

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

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

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

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

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