#B56D88

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

Shades of Tapestry #B56D88

Tints of Tapestry #B56D88

Color information

#B56D88 (or 0xB56D88) is unknown color: approx Tapestry. HEX triplet: B5, 6D and 88. RGB value is (181,109,136). Sum of RGB (Red+Green+Blue) = 181+109+136=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B56D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56D88 is #4A9277. Grayscale: #858585. Windows color (decimal): -4887160 or 8940981. OLE color: 8940981.

HSL color Cylindrical-coordinate representation of color #B56D88: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B56D88 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB181109136-
CMYK00.400.250.29
HSL337.5º32.73%56.86%-
HSV(B)337.5º39.78%70.98%-
XYZ28.9722.5426.12-
YUV133.61129.35161.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 109 (42.97% from 255) = 25.59%
BLUE value IS 136 (53.52% from 255) = 31.92%
R=42.49%
G=25.59%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110913600.400.250.29337.532.7356.86
HexB56D88028191D1522139
Octal26515521005031355224171
Binary1011010111011011000100001010001100111101101010010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56D88; }

 p { color: rgb(181,109,136); }

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

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

 a { background-color: rgb(181,109,136); }

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

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

 span { border-color: rgb(181,109,136); }

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