#B87883

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

Shades of Tapestry #B87883

Tints of Tapestry #B87883

Color information

#B87883 (or 0xB87883) is unknown color: approx Tapestry. HEX triplet: B8, 78 and 83. RGB value is (184,120,131). Sum of RGB (Red+Green+Blue) = 184+120+131=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B87883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87883 is #47877C. Grayscale: #8C8C8C. Windows color (decimal): -4687741 or 8616120. OLE color: 8616120.

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

Color convert

RGB184120131-
CMYK00.350.290.28
HSL349.69º31.07%59.61%-
HSV(B)349.69º34.78%72.16%-
XYZ30.5825.2624.74-
YUV140.39122.7159.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 131 (51.56% from 255) = 30.11%
R=42.30%
G=27.59%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412013100.350.290.28349.6931.0759.61
HexB878830231D1C15e1f3c
Octal27017020304335345363774
Binary101110001111000100000110100011111011110010101111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87883; }

 p { color: rgb(184,120,131); }

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

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

 a { background-color: rgb(184,120,131); }

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

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

 span { border-color: rgb(184,120,131); }

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