#B97F8F

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

Shades of Tapestry #B97F8F

Tints of Tapestry #B97F8F

Color information

#B97F8F (or 0xB97F8F) is unknown color: approx Tapestry. HEX triplet: B9, 7F and 8F. RGB value is (185,127,143). Sum of RGB (Red+Green+Blue) = 185+127+143=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F8F is #468070. Grayscale: #929292. Windows color (decimal): -4620401 or 9404345. OLE color: 9404345.

HSL color Cylindrical-coordinate representation of color #B97F8F: hue angle of 343.45º 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 #B97F8F is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185127143-
CMYK00.310.230.27
HSL343.45º29.29%61.18%-
HSV(B)343.45º31.35%72.55%-
XYZ32.5527.4829.57-
YUV146.17126.22155.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 143 (56.25% from 255) = 31.43%
R=40.66%
G=27.91%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512714300.310.230.27343.4529.2961.18
HexB97F8F01F171B1571d3d
Octal27117721703727335273575
Binary10111001111111110001111011111101111101110101011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F8F; }

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

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

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

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

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

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

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

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