#B86A89

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

Shades of Tapestry #B86A89

Tints of Tapestry #B86A89

Color information

#B86A89 (or 0xB86A89) is unknown color: approx Tapestry. HEX triplet: B8, 6A and 89. RGB value is (184,106,137). Sum of RGB (Red+Green+Blue) = 184+106+137=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A89 is #479576. Grayscale: #848484. Windows color (decimal): -4691319 or 9005752. OLE color: 9005752.

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

Color convert

RGB184106137-
CMYK00.420.260.28
HSL336.15º35.45%56.86%-
HSV(B)336.15º42.39%72.16%-
XYZ29.4422.326.42-
YUV132.86130.34164.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=43.09%
G=24.82%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410613700.420.260.28336.1535.4556.86
HexB86A8902A1A1C1502339
Octal27015221105232345204371
Binary1011100011010101000100101010101101011100101010000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A89; }

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

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

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

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

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

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

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

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