#B56690

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

Shades of Tapestry #B56690

Tints of Tapestry #B56690

Color information

#B56690 (or 0xB56690) is unknown color: approx Tapestry. HEX triplet: B5, 66 and 90. RGB value is (181,102,144). Sum of RGB (Red+Green+Blue) = 181+102+144=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B56690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56690 is #4A996F. Grayscale: #828282. Windows color (decimal): -4888944 or 9463477. OLE color: 9463477.

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

Color convert

RGB181102144-
CMYK00.440.200.29
HSL328.1º34.8%55.49%-
HSV(B)328.1º43.65%70.98%-
XYZ28.8421.3428.98-
YUV130.41135.67164.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=42.39%
G=23.89%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110214400.440.200.29328.134.855.49
HexB5669002C141D1482337
Octal26514622005424355104367
Binary1011010111001101001000001011001010011101101001000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56690; }

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

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

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

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

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

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

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

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