#B86989

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

Shades of Tapestry #B86989

Tints of Tapestry #B86989

Color information

#B86989 (or 0xB86989) is unknown color: approx Tapestry. HEX triplet: B8, 69 and 89. RGB value is (184,105,137). Sum of RGB (Red+Green+Blue) = 184+105+137=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B86989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86989 is #479676. Grayscale: #848484. Windows color (decimal): -4691575 or 9005496. OLE color: 9005496.

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

Color convert

RGB184105137-
CMYK00.430.260.28
HSL335.7º35.75%56.67%-
HSV(B)335.7º42.93%72.16%-
XYZ29.3322.126.39-
YUV132.27130.67164.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=43.19%
G=24.65%
B=32.16%

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
Decimal18410513700.430.260.28335.735.7556.67
HexB8698902B1A1C1502439
Octal27015121105332345204471
Binary1011100011010011000100101010111101011100101010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86989; }

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

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

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

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

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

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

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

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