#B16043

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

Shades of Tuscany #B16043

Tints of Tuscany #B16043

Color information

#B16043 (or 0xB16043) is unknown color: approx Tuscany. HEX triplet: B1, 60 and 43. RGB value is (177,96,67). Sum of RGB (Red+Green+Blue) = 177+96+67=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B16043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16043 is #4E9FBC. Grayscale: #757575. Windows color (decimal): -5152701 or 4415665. OLE color: 4415665.

HSL color Cylindrical-coordinate representation of color #B16043: hue angle of 15.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B16043 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1779667-
CMYK00.460.620.31
HSL15.82º45.08%47.84%-
HSV(B)15.82º62.15%69.41%-
XYZ23.3318.127.58-
YUV116.9199.84170.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 52.06%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 67 (26.56% from 255) = 19.71%
R=52.06%
G=28.24%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177966700.460.620.3115.8245.0847.84
HexB1604302E3E1F102d30
Octal2611401030567637205560
Binary101100011100000100001101011101111101111110000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16043; }

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

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

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

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

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

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

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

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