#B86889

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

Shades of Tapestry #B86889

Tints of Tapestry #B86889

Color information

#B86889 (or 0xB86889) is unknown color: approx Tapestry. HEX triplet: B8, 68 and 89. RGB value is (184,104,137). Sum of RGB (Red+Green+Blue) = 184+104+137=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B86889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86889 is #479776. Grayscale: #838383. Windows color (decimal): -4691831 or 9005240. OLE color: 9005240.

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

Color convert

RGB184104137-
CMYK00.430.260.28
HSL335.25º36.04%56.47%-
HSV(B)335.25º43.48%72.16%-
XYZ29.2321.926.35-
YUV131.68131165.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=43.29%
G=24.47%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410413700.430.260.28335.2536.0456.47
HexB8688902B1A1C14f2438
Octal27015021105332345174470
Binary1011100011010001000100101010111101011100101001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86889; }

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

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

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

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

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

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

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

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