#B86F8D

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

Shades of Tapestry #B86F8D

Tints of Tapestry #B86F8D

Color information

#B86F8D (or 0xB86F8D) is unknown color: approx Tapestry. HEX triplet: B8, 6F and 8D. RGB value is (184,111,141). Sum of RGB (Red+Green+Blue) = 184+111+141=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F8D is #479072. Grayscale: #888888. Windows color (decimal): -4690035 or 9269176. OLE color: 9269176.

HSL color Cylindrical-coordinate representation of color #B86F8D: hue angle of 335.34º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F8D is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184111141-
CMYK00.400.230.28
HSL335.34º33.95%57.84%-
HSV(B)335.34º39.67%72.16%-
XYZ30.2623.4828.14-
YUV136.25130.68162.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=42.20%
G=25.46%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411114100.400.230.28335.3433.9557.84
HexB86F8D028171C14f223a
Octal27015721505027345174272
Binary1011100011011111000110101010001011111100101001111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86F8D; }

 p { color: rgb(184,111,141); }

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

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

 a { background-color: rgb(184,111,141); }

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

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

 span { border-color: rgb(184,111,141); }

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