#B86587

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

Shades of Tapestry #B86587

Tints of Tapestry #B86587

Color information

#B86587 (or 0xB86587) is unknown color: approx Tapestry. HEX triplet: B8, 65 and 87. RGB value is (184,101,135). Sum of RGB (Red+Green+Blue) = 184+101+135=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86587 is #479A78. Grayscale: #818181. Windows color (decimal): -4692601 or 8873400. OLE color: 8873400.

HSL color Cylindrical-coordinate representation of color #B86587: hue angle of 335.42º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86587 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB184101135-
CMYK00.450.270.28
HSL335.42º36.89%55.88%-
HSV(B)335.42º45.11%72.16%-
XYZ28.7921.2525.51-
YUV129.69131166.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 135 (53.12% from 255) = 32.14%
R=43.81%
G=24.05%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410113500.450.270.28335.4236.8955.88
HexB8658702D1B1C14f2538
Octal27014520705533345174570
Binary1011100011001011000011101011011101111100101001111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86587; }

 p { color: rgb(184,101,135); }

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

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

 a { background-color: rgb(184,101,135); }

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

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

 span { border-color: rgb(184,101,135); }

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