#B56484

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

Shades of Tapestry #B56484

Tints of Tapestry #B56484

Color information

#B56484 (or 0xB56484) is unknown color: approx Tapestry. HEX triplet: B5, 64 and 84. RGB value is (181,100,132). Sum of RGB (Red+Green+Blue) = 181+100+132=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B56484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56484 is #4A9B7B. Grayscale: #7F7F7F. Windows color (decimal): -4889468 or 8676533. OLE color: 8676533.

HSL color Cylindrical-coordinate representation of color #B56484: hue angle of 336.3º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56484 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB181100132-
CMYK00.450.270.29
HSL336.3º35.37%55.1%-
HSV(B)336.3º44.75%70.98%-
XYZ27.7820.624.34-
YUV127.87130.34165.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=43.83%
G=24.21%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110013200.450.270.29336.335.3755.1
HexB5648402D1B1D1502337
Octal26514420405533355204367
Binary1011010111001001000010001011011101111101101010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56484; }

 p { color: rgb(181,100,132); }

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

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

 a { background-color: rgb(181,100,132); }

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

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

 span { border-color: rgb(181,100,132); }

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