#B96E87

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

Shades of Tapestry #B96E87

Tints of Tapestry #B96E87

Color information

#B96E87 (or 0xB96E87) is unknown color: approx Tapestry. HEX triplet: B9, 6E and 87. RGB value is (185,110,135). Sum of RGB (Red+Green+Blue) = 185+110+135=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96E87 is #469178. Grayscale: #878787. Windows color (decimal): -4624761 or 8875705. OLE color: 8875705.

HSL color Cylindrical-coordinate representation of color #B96E87: hue angle of 340º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96E87 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB185110135-
CMYK00.410.270.27
HSL340º34.88%57.84%-
HSV(B)340º40.54%72.55%-
XYZ29.9623.2225.82-
YUV135.27127.85163.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=43.02%
G=25.58%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511013500.410.270.2734034.8857.84
HexB96E870291B1B154233a
Octal27115620705133335244372
Binary1011100111011101000011101010011101111011101010100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E87; }

 p { color: rgb(185,110,135); }

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

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

 a { background-color: rgb(185,110,135); }

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

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

 span { border-color: rgb(185,110,135); }

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