#B86F88

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

Shades of Tapestry #B86F88

Tints of Tapestry #B86F88

Color information

#B86F88 (or 0xB86F88) is unknown color: approx Tapestry. HEX triplet: B8, 6F and 88. RGB value is (184,111,136). Sum of RGB (Red+Green+Blue) = 184+111+136=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F88 is #479077. Grayscale: #878787. Windows color (decimal): -4690040 or 8941496. OLE color: 8941496.

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

Color convert

RGB184111136-
CMYK00.400.260.28
HSL339.45º33.95%57.84%-
HSV(B)339.45º39.67%72.16%-
XYZ29.923.3426.22-
YUV135.68128.18162.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 136 (53.52% from 255) = 31.55%
R=42.69%
G=25.75%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411113600.400.260.28339.4533.9557.84
HexB86F880281A1C153223a
Octal27015721005032345234272
Binary1011100011011111000100001010001101011100101010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86F88; }

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

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

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

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

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

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

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

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