#B87F85

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

Shades of Tapestry #B87F85

Tints of Tapestry #B87F85

Color information

#B87F85 (or 0xB87F85) is unknown color: approx Tapestry. HEX triplet: B8, 7F and 85. RGB value is (184,127,133). Sum of RGB (Red+Green+Blue) = 184+127+133=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 133 (52.34% from 255 or 29.95% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87F85 is #47807A. Grayscale: #909090. Windows color (decimal): -4685947 or 8748984. OLE color: 8748984.

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

Color convert

RGB184127133-
CMYK00.310.280.28
HSL353.68º28.64%60.98%-
HSV(B)353.68º30.98%72.16%-
XYZ31.5927.0625.75-
YUV144.73121.38156.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 133 (52.34% from 255) = 29.95%
R=41.44%
G=28.60%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412713300.310.280.28353.6828.6460.98
HexB87F8501F1C1C1621d3d
Octal27017720503734345423575
Binary10111000111111110000101011111111001110010110001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F85; }

 p { color: rgb(184,127,133); }

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

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

 a { background-color: rgb(184,127,133); }

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

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

 span { border-color: rgb(184,127,133); }

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