#B86186

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

Shades of Tapestry #B86186

Tints of Tapestry #B86186

Color information

#B86186 (or 0xB86186) is unknown color: approx Tapestry. HEX triplet: B8, 61 and 86. RGB value is (184,97,134). Sum of RGB (Red+Green+Blue) = 184+97+134=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B86186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86186 is #479E79. Grayscale: #7F7F7F. Windows color (decimal): -4693626 or 8806840. OLE color: 8806840.

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

Color convert

RGB18497134-
CMYK00.470.270.28
HSL334.48º37.99%55.1%-
HSV(B)334.48º47.28%72.16%-
XYZ28.3420.4625.01-
YUV127.23131.82168.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 134 (52.73% from 255) = 32.29%
R=44.34%
G=23.37%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849713400.470.270.28334.4837.9955.1
HexB8618602F1B1C14e2637
Octal27014120605733345164667
Binary1011100011000011000011001011111101111100101001110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86186; }

 p { color: rgb(184,97,134); }

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

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

 a { background-color: rgb(184,97,134); }

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

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

 span { border-color: rgb(184,97,134); }

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