#B86984

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

Shades of Tapestry #B86984

Tints of Tapestry #B86984

Color information

#B86984 (or 0xB86984) is unknown color: approx Tapestry. HEX triplet: B8, 69 and 84. RGB value is (184,105,132). Sum of RGB (Red+Green+Blue) = 184+105+132=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B86984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86984 is #47967B. Grayscale: #838383. Windows color (decimal): -4691580 or 8677816. OLE color: 8677816.

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

Color convert

RGB184105132-
CMYK00.430.280.28
HSL339.49º35.75%56.67%-
HSV(B)339.49º42.93%72.16%-
XYZ28.9821.9624.54-
YUV131.7128.17165.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 105 (41.41% from 255) = 24.94%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=43.71%
G=24.94%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410513200.430.280.28339.4935.7556.67
HexB8698402B1C1C1532439
Octal27015120405334345234471
Binary1011100011010011000010001010111110011100101010011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86984; }

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

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

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

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

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

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

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

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