#B56985

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

Shades of Tapestry #B56985

Tints of Tapestry #B56985

Color information

#B56985 (or 0xB56985) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 85. RGB value is (181,105,133). Sum of RGB (Red+Green+Blue) = 181+105+133=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B56985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56985 is #4A967A. Grayscale: #828282. Windows color (decimal): -4888187 or 8743349. OLE color: 8743349.

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

Color convert

RGB181105133-
CMYK00.420.270.29
HSL337.89º33.93%56.08%-
HSV(B)337.89º41.99%70.98%-
XYZ28.3421.6224.87-
YUV130.92129.18163.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=43.20%
G=25.06%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110513300.420.270.29337.8933.9356.08
HexB5698502A1B1D1522238
Octal26515120505233355224270
Binary1011010111010011000010101010101101111101101010010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56985; }

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

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

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

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

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

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

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

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