#B56679

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

Shades of Tapestry #B56679

Tints of Tapestry #B56679

Color information

#B56679 (or 0xB56679) is unknown color: approx Tapestry. HEX triplet: B5, 66 and 79. RGB value is (181,102,121). Sum of RGB (Red+Green+Blue) = 181+102+121=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 181 - color contains mainly: red. Hex color #B56679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56679 is #4A9986. Grayscale: #7F7F7F. Windows color (decimal): -4888967 or 7956149. OLE color: 7956149.

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

Color convert

RGB181102121-
CMYK00.440.330.29
HSL345.57º34.8%55.49%-
HSV(B)345.57º43.65%70.98%-
XYZ27.2620.7120.65-
YUV127.79124.17165.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.80%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=44.80%
G=25.25%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110212100.440.330.29345.5734.855.49
HexB5667902C211D15a2337
Octal26514617105441355324367
Binary1011010111001101111001010110010000111101101011010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56679; }

 p { color: rgb(181,102,121); }

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

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

 a { background-color: rgb(181,102,121); }

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

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

 span { border-color: rgb(181,102,121); }

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