#B86782

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

Shades of Tapestry #B86782

Tints of Tapestry #B86782

Color information

#B86782 (or 0xB86782) is unknown color: approx Tapestry. HEX triplet: B8, 67 and 82. RGB value is (184,103,130). Sum of RGB (Red+Green+Blue) = 184+103+130=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B86782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86782 is #47987D. Grayscale: #828282. Windows color (decimal): -4692094 or 8546232. OLE color: 8546232.

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

Color convert

RGB184103130-
CMYK00.440.290.28
HSL340º36.32%56.27%-
HSV(B)340º44.02%72.16%-
XYZ28.6521.523.76-
YUV130.3127.84166.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 103 (40.62% from 255) = 24.70%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=44.12%
G=24.70%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410313000.440.290.2834036.3256.27
HexB8678202C1D1C1542438
Octal27014720205435345244470
Binary1011100011001111000001001011001110111100101010100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86782; }

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

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

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

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

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

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

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

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