#B56084

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

Shades of Tapestry #B56084

Tints of Tapestry #B56084

Color information

#B56084 (or 0xB56084) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 84. RGB value is (181,96,132). Sum of RGB (Red+Green+Blue) = 181+96+132=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B56084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56084 is #4A9F7B. Grayscale: #7D7D7D. Windows color (decimal): -4890492 or 8675509. OLE color: 8675509.

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

Color convert

RGB18196132-
CMYK00.470.270.29
HSL334.59º36.48%54.31%-
HSV(B)334.59º46.96%70.98%-
XYZ27.419.8624.22-
YUV125.52131.66167.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=44.25%
G=23.47%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819613200.470.270.29334.5936.4854.31
HexB5608402F1B1D14f2436
Octal26514020405733355174466
Binary1011010111000001000010001011111101111101101001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56084; }

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

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

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

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

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

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

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

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