#B86B84

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

Shades of Tapestry #B86B84

Tints of Tapestry #B86B84

Color information

#B86B84 (or 0xB86B84) is unknown color: approx Tapestry. HEX triplet: B8, 6B and 84. RGB value is (184,107,132). Sum of RGB (Red+Green+Blue) = 184+107+132=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B84 is #47947B. Grayscale: #848484. Windows color (decimal): -4691068 or 8678328. OLE color: 8678328.

HSL color Cylindrical-coordinate representation of color #B86B84: hue angle of 340.52º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B84 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB184107132-
CMYK00.420.280.28
HSL340.52º35.16%57.06%-
HSV(B)340.52º41.85%72.16%-
XYZ29.1922.3724.61-
YUV132.87127.51164.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=43.50%
G=25.30%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410713200.420.280.28340.5235.1657.06
HexB86B8402A1C1C1552339
Octal27015320405234345254371
Binary1011100011010111000010001010101110011100101010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B84; }

 p { color: rgb(184,107,132); }

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

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

 a { background-color: rgb(184,107,132); }

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

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

 span { border-color: rgb(184,107,132); }

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