#B56777

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

Shades of Tapestry #B56777

Tints of Tapestry #B56777

Color information

#B56777 (or 0xB56777) is unknown color: approx Tapestry. HEX triplet: B5, 67 and 77. RGB value is (181,103,119). Sum of RGB (Red+Green+Blue) = 181+103+119=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B56777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56777 is #4A9888. Grayscale: #808080. Windows color (decimal): -4888713 or 7825333. OLE color: 7825333.

HSL color Cylindrical-coordinate representation of color #B56777: hue angle of 347.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56777 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB181103119-
CMYK00.430.340.29
HSL347.69º34.51%55.69%-
HSV(B)347.69º43.09%70.98%-
XYZ27.2420.8620.04-
YUV128.15122.84165.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=44.91%
G=25.56%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110311900.430.340.29347.6934.5155.69
HexB5677702B221D15c2338
Octal26514716705342355344370
Binary1011010111001111110111010101110001011101101011100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56777; }

 p { color: rgb(181,103,119); }

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

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

 a { background-color: rgb(181,103,119); }

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

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

 span { border-color: rgb(181,103,119); }

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