#B86687

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

Shades of Tapestry #B86687

Tints of Tapestry #B86687

Color information

#B86687 (or 0xB86687) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 87. RGB value is (184,102,135). Sum of RGB (Red+Green+Blue) = 184+102+135=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B86687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86687 is #479978. Grayscale: #828282. Windows color (decimal): -4692345 or 8873656. OLE color: 8873656.

HSL color Cylindrical-coordinate representation of color #B86687: hue angle of 335.85º 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 #B86687 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB184102135-
CMYK00.450.270.28
HSL335.85º36.61%56.08%-
HSV(B)335.85º44.57%72.16%-
XYZ28.8921.4425.54-
YUV130.28130.67166.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=43.71%
G=24.23%
B=32.07%

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
Decimal18410213500.450.270.28335.8536.6156.08
HexB8668702D1B1C1502538
Octal27014620705533345204570
Binary1011100011001101000011101011011101111100101010000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86687; }

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

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

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

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

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

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

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

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