#B86189

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

Shades of Tapestry #B86189

Tints of Tapestry #B86189

Color information

#B86189 (or 0xB86189) is unknown color: approx Tapestry. HEX triplet: B8, 61 and 89. RGB value is (184,97,137). Sum of RGB (Red+Green+Blue) = 184+97+137=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B86189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86189 is #479E76. Grayscale: #7F7F7F. Windows color (decimal): -4693623 or 9003448. OLE color: 9003448.

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

Color convert

RGB18497137-
CMYK00.470.260.28
HSL332.41º37.99%55.1%-
HSV(B)332.41º47.28%72.16%-
XYZ28.5620.5526.13-
YUV127.57133.32168.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 137 (53.91% from 255) = 32.78%
R=44.02%
G=23.21%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849713700.470.260.28332.4137.9955.1
HexB8618902F1A1C14c2637
Octal27014121105732345144667
Binary1011100011000011000100101011111101011100101001100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86189; }

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

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

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

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

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

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

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

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