#B87B8F

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

Shades of Tapestry #B87B8F

Tints of Tapestry #B87B8F

Color information

#B87B8F (or 0xB87B8F) is unknown color: approx Tapestry. HEX triplet: B8, 7B and 8F. RGB value is (184,123,143). Sum of RGB (Red+Green+Blue) = 184+123+143=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87B8F is #478470. Grayscale: #8F8F8F. Windows color (decimal): -4686961 or 9403320. OLE color: 9403320.

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

Color convert

RGB184123143-
CMYK00.330.220.28
HSL340.33º30.05%60.2%-
HSV(B)340.33º33.15%72.16%-
XYZ31.8126.3429.39-
YUV143.52127.71156.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 123 (48.44% from 255) = 27.33%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=40.89%
G=27.33%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412314300.330.220.28340.3330.0560.2
HexB87B8F021161C1541e3c
Octal27017321704126345243674
Binary101110001111011100011110100001101101110010101010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B8F; }

 p { color: rgb(184,123,143); }

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

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

 a { background-color: rgb(184,123,143); }

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

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

 span { border-color: rgb(184,123,143); }

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