#B86988

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

Shades of Tapestry #B86988

Tints of Tapestry #B86988

Color information

#B86988 (or 0xB86988) is unknown color: approx Tapestry. HEX triplet: B8, 69 and 88. RGB value is (184,105,136). Sum of RGB (Red+Green+Blue) = 184+105+136=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B86988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86988 is #479677. Grayscale: #848484. Windows color (decimal): -4691576 or 8939960. OLE color: 8939960.

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

Color convert

RGB184105136-
CMYK00.430.260.28
HSL336.46º35.75%56.67%-
HSV(B)336.46º42.93%72.16%-
XYZ29.2622.0726.01-
YUV132.16130.17164.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.29%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 136 (53.52% from 255) = 32%
R=43.29%
G=24.71%
B=32%

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
Decimal18410513600.430.260.28336.4635.7556.67
HexB8698802B1A1C1502439
Octal27015121005332345204471
Binary1011100011010011000100001010111101011100101010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86988; }

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

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

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

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

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

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

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

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