#B87C8F

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

Shades of Tapestry #B87C8F

Tints of Tapestry #B87C8F

Color information

#B87C8F (or 0xB87C8F) is unknown color: approx Tapestry. HEX triplet: B8, 7C and 8F. RGB value is (184,124,143). Sum of RGB (Red+Green+Blue) = 184+124+143=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87C8F is #478370. Grayscale: #909090. Windows color (decimal): -4686705 or 9403576. OLE color: 9403576.

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

Color convert

RGB184124143-
CMYK00.330.220.28
HSL341º29.7%60.39%-
HSV(B)341º32.61%72.16%-
XYZ31.9326.5929.44-
YUV144.11127.38156.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=40.80%
G=27.49%
B=31.71%

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
Decimal18412414300.330.220.2834129.760.39
HexB87C8F021161C1551e3c
Octal27017421704126345253674
Binary101110001111100100011110100001101101110010101010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C8F; }

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

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

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

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

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

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

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

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