#B86082

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

Shades of Tapestry #B86082

Tints of Tapestry #B86082

Color information

#B86082 (or 0xB86082) is unknown color: approx Tapestry. HEX triplet: B8, 60 and 82. RGB value is (184,96,130). Sum of RGB (Red+Green+Blue) = 184+96+130=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B86082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86082 is #479F7D. Grayscale: #7E7E7E. Windows color (decimal): -4693886 or 8544440. OLE color: 8544440.

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

Color convert

RGB18496130-
CMYK00.480.290.28
HSL336.82º38.26%54.9%-
HSV(B)336.82º47.83%72.16%-
XYZ27.9820.1723.54-
YUV126.19130.15169.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 96 (37.89% from 255) = 23.41%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=44.88%
G=23.41%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849613000.480.290.28336.8238.2654.9
HexB860820301D1C1512637
Octal27014020206035345214667
Binary1011100011000001000001001100001110111100101010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86082; }

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

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

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

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

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

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

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

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