#B86182

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

Shades of Tapestry #B86182

Tints of Tapestry #B86182

Color information

#B86182 (or 0xB86182) is unknown color: approx Tapestry. HEX triplet: B8, 61 and 82. RGB value is (184,97,130). Sum of RGB (Red+Green+Blue) = 184+97+130=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B86182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86182 is #479E7D. Grayscale: #7E7E7E. Windows color (decimal): -4693630 or 8544696. OLE color: 8544696.

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

Color convert

RGB18497130-
CMYK00.470.290.28
HSL337.24º37.99%55.1%-
HSV(B)337.24º47.28%72.16%-
XYZ28.0720.3523.57-
YUV126.78129.82168.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=44.77%
G=23.60%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849713000.470.290.28337.2437.9955.1
HexB8618202F1D1C1512637
Octal27014120205735345214667
Binary1011100011000011000001001011111110111100101010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86182; }

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

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

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

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

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

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

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

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