#B56686

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

Shades of Tapestry #B56686

Tints of Tapestry #B56686

Color information

#B56686 (or 0xB56686) is unknown color: approx Tapestry. HEX triplet: B5, 66 and 86. RGB value is (181,102,134). Sum of RGB (Red+Green+Blue) = 181+102+134=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B56686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56686 is #4A9979. Grayscale: #818181. Windows color (decimal): -4888954 or 8808117. OLE color: 8808117.

HSL color Cylindrical-coordinate representation of color #B56686: hue angle of 335.7º 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 #B56686 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB181102134-
CMYK00.440.260.29
HSL335.7º34.8%55.49%-
HSV(B)335.7º43.65%70.98%-
XYZ28.1121.0525.14-
YUV129.27130.67164.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=43.41%
G=24.46%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110213400.440.260.29335.734.855.49
HexB5668602C1A1D1502337
Octal26514620605432355204367
Binary1011010111001101000011001011001101011101101010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56686; }

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

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

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

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

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

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

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

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