#B97087

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

Shades of Tapestry #B97087

Tints of Tapestry #B97087

Color information

#B97087 (or 0xB97087) is unknown color: approx Tapestry. HEX triplet: B9, 70 and 87. RGB value is (185,112,135). Sum of RGB (Red+Green+Blue) = 185+112+135=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B97087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97087 is #468F78. Grayscale: #888888. Windows color (decimal): -4624249 or 8876217. OLE color: 8876217.

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

Color convert

RGB185112135-
CMYK00.390.270.27
HSL341.1º34.27%58.24%-
HSV(B)341.1º39.46%72.55%-
XYZ30.1723.6525.9-
YUV136.45127.18162.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=42.82%
G=25.93%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511213500.390.270.27341.134.2758.24
HexB970870271B1B155223a
Octal27116020704733335254272
Binary1011100111100001000011101001111101111011101010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97087; }

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

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

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

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

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

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

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

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