#B97F8D

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

Shades of Tapestry #B97F8D

Tints of Tapestry #B97F8D

Color information

#B97F8D (or 0xB97F8D) is unknown color: approx Tapestry. HEX triplet: B9, 7F and 8D. RGB value is (185,127,141). Sum of RGB (Red+Green+Blue) = 185+127+141=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F8D is #468072. Grayscale: #919191. Windows color (decimal): -4620403 or 9273273. OLE color: 9273273.

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

Color convert

RGB185127141-
CMYK00.310.240.27
HSL345.52º29.29%61.18%-
HSV(B)345.52º31.35%72.55%-
XYZ32.427.4228.78-
YUV145.94125.22155.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=40.84%
G=28.04%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512714100.310.240.27345.5229.2961.18
HexB97F8D01F181B15a1d3d
Octal27117721503730335323575
Binary10111001111111110001101011111110001101110101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F8D; }

 p { color: rgb(185,127,141); }

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

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

 a { background-color: rgb(185,127,141); }

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

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

 span { border-color: rgb(185,127,141); }

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