#B86084

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

Shades of Tapestry #B86084

Tints of Tapestry #B86084

Color information

#B86084 (or 0xB86084) is unknown color: approx Tapestry. HEX triplet: B8, 60 and 84. RGB value is (184,96,132). Sum of RGB (Red+Green+Blue) = 184+96+132=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B86084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86084 is #479F7B. Grayscale: #7E7E7E. Windows color (decimal): -4693884 or 8675512. OLE color: 8675512.

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

Color convert

RGB18496132-
CMYK00.480.280.28
HSL335.45º38.26%54.9%-
HSV(B)335.45º47.83%72.16%-
XYZ28.1120.2224.25-
YUV126.42131.15169.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=44.66%
G=23.30%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849613200.480.280.28335.4538.2654.9
HexB860840301C1C14f2637
Octal27014020406034345174667
Binary1011100011000001000010001100001110011100101001111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86084; }

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

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

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

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

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

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

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

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