#B86A8E

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

Shades of Tapestry #B86A8E

Tints of Tapestry #B86A8E

Color information

#B86A8E (or 0xB86A8E) is unknown color: approx Tapestry. HEX triplet: B8, 6A and 8E. RGB value is (184,106,142). Sum of RGB (Red+Green+Blue) = 184+106+142=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86A8E is #479571. Grayscale: #858585. Windows color (decimal): -4691314 or 9333432. OLE color: 9333432.

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

Color convert

RGB184106142-
CMYK00.420.230.28
HSL332.31º35.45%56.86%-
HSV(B)332.31º42.39%72.16%-
XYZ29.822.4528.35-
YUV133.43132.84164.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 106 (41.80% from 255) = 24.54%
BLUE value IS 142 (55.86% from 255) = 32.87%
R=42.59%
G=24.54%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410614200.420.230.28332.3135.4556.86
HexB86A8E02A171C14c2339
Octal27015221605227345144371
Binary1011100011010101000111001010101011111100101001100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A8E; }

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

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

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

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

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

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

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

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