#B86787

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

Shades of Tapestry #B86787

Tints of Tapestry #B86787

Color information

#B86787 (or 0xB86787) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 87. RGB value is (184,103,135). Sum of RGB (Red+Green+Blue) = 184+103+135=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B86787 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86787 is #479878. Grayscale: #828282. Windows color (decimal): -4692089 or 8873912. OLE color: 8873912.

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

Color convert

RGB184103135-
CMYK00.440.270.28
HSL336.3º36.32%56.27%-
HSV(B)336.3º44.02%72.16%-
XYZ28.9921.6425.57-
YUV130.87130.34165.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=43.60%
G=24.41%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410313500.440.270.28336.336.3256.27
HexB8678702C1B1C1502438
Octal27014720705433345204470
Binary1011100011001111000011101011001101111100101010000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86787; }

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

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

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

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

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

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

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

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