#B87788

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

Shades of Tapestry #B87788

Tints of Tapestry #B87788

Color information

#B87788 (or 0xB87788) is unknown color: approx Tapestry. HEX triplet: B8, 77 and 88. RGB value is (184,119,136). Sum of RGB (Red+Green+Blue) = 184+119+136=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B87788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87788 is #478877. Grayscale: #8C8C8C. Windows color (decimal): -4687992 or 8943544. OLE color: 8943544.

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

Color convert

RGB184119136-
CMYK00.350.260.28
HSL344.31º31.4%59.41%-
HSV(B)344.31º35.33%72.16%-
XYZ30.8125.1626.53-
YUV140.37125.53159.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 119 (46.88% from 255) = 27.11%
BLUE value IS 136 (53.52% from 255) = 30.98%
R=41.91%
G=27.11%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411913600.350.260.28344.3131.459.41
HexB877880231A1C1581f3b
Octal27016721004332345303773
Binary101110001110111100010000100011110101110010101100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87788; }

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

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

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

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

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

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

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

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