#B87784

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

Shades of Tapestry #B87784

Tints of Tapestry #B87784

Color information

#B87784 (or 0xB87784) is unknown color: approx Tapestry. HEX triplet: B8, 77 and 84. RGB value is (184,119,132). Sum of RGB (Red+Green+Blue) = 184+119+132=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B87784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87784 is #47887B. Grayscale: #8B8B8B. Windows color (decimal): -4687996 or 8681400. OLE color: 8681400.

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

Color convert

RGB184119132-
CMYK00.350.280.28
HSL348º31.4%59.41%-
HSV(B)348º35.33%72.16%-
XYZ30.5325.0525.06-
YUV139.92123.53159.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 132 (51.95% from 255) = 30.34%
R=42.30%
G=27.36%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411913200.350.280.2834831.459.41
HexB877840231C1C15c1f3b
Octal27016720404334345343773
Binary101110001110111100001000100011111001110010101110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87784; }

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

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

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

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

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

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

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

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