#B97986

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

Shades of Tapestry #B97986

Tints of Tapestry #B97986

Color information

#B97986 (or 0xB97986) is unknown color: approx Tapestry. HEX triplet: B9, 79 and 86. RGB value is (185,121,134). Sum of RGB (Red+Green+Blue) = 185+121+134=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B97986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97986 is #468679. Grayscale: #8D8D8D. Windows color (decimal): -4621946 or 8812985. OLE color: 8812985.

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

Color convert

RGB185121134-
CMYK00.350.280.27
HSL347.81º31.37%60%-
HSV(B)347.81º34.59%72.55%-
XYZ31.1525.7125.88-
YUV141.62123.7158.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 134 (52.73% from 255) = 30.45%
R=42.05%
G=27.5%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512113400.350.280.27347.8131.3760
HexB979860231C1B15c1f3c
Octal27117120604334335343774
Binary101110011111001100001100100011111001101110101110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97986; }

 p { color: rgb(185,121,134); }

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

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

 a { background-color: rgb(185,121,134); }

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

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

 span { border-color: rgb(185,121,134); }

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