#B56987

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

Shades of Tapestry #B56987

Tints of Tapestry #B56987

Color information

#B56987 (or 0xB56987) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 87. RGB value is (181,105,135). Sum of RGB (Red+Green+Blue) = 181+105+135=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B56987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56987 is #4A9678. Grayscale: #838383. Windows color (decimal): -4888185 or 8874421. OLE color: 8874421.

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

Color convert

RGB181105135-
CMYK00.420.250.29
HSL336.32º33.93%56.08%-
HSV(B)336.32º41.99%70.98%-
XYZ28.4821.6825.6-
YUV131.14130.18163.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=42.99%
G=24.94%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110513500.420.250.29336.3233.9356.08
HexB5698702A191D1502238
Octal26515120705231355204270
Binary1011010111010011000011101010101100111101101010000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56987; }

 p { color: rgb(181,105,135); }

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

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

 a { background-color: rgb(181,105,135); }

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

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

 span { border-color: rgb(181,105,135); }

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