#B86682

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

Shades of Tapestry #B86682

Tints of Tapestry #B86682

Color information

#B86682 (or 0xB86682) is unknown color: approx Tapestry. HEX triplet: B8, 66 and 82. RGB value is (184,102,130). Sum of RGB (Red+Green+Blue) = 184+102+130=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B86682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86682 is #47997D. Grayscale: #818181. Windows color (decimal): -4692350 or 8545976. OLE color: 8545976.

HSL color Cylindrical-coordinate representation of color #B86682: hue angle of 339.51º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86682 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB184102130-
CMYK00.450.290.28
HSL339.51º36.61%56.08%-
HSV(B)339.51º44.57%72.16%-
XYZ28.5521.323.73-
YUV129.71128.17166.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=44.23%
G=24.52%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410213000.450.290.28339.5136.6156.08
HexB8668202D1D1C1542538
Octal27014620205535345244570
Binary1011100011001101000001001011011110111100101010100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86682; }

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

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

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

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

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

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

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

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