#B97F8B

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

Shades of Tapestry #B97F8B

Tints of Tapestry #B97F8B

Color information

#B97F8B (or 0xB97F8B) is unknown color: approx Tapestry. HEX triplet: B9, 7F and 8B. RGB value is (185,127,139). Sum of RGB (Red+Green+Blue) = 185+127+139=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F8B is #468074. Grayscale: #919191. Windows color (decimal): -4620405 or 9142201. OLE color: 9142201.

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

Color convert

RGB185127139-
CMYK00.310.250.27
HSL347.59º29.29%61.18%-
HSV(B)347.59º31.35%72.55%-
XYZ32.2627.3628.01-
YUV145.71124.22156.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 127 (50% from 255) = 28.16%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=41.02%
G=28.16%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512713900.310.250.27347.5929.2961.18
HexB97F8B01F191B15c1d3d
Octal27117721303731335343575
Binary10111001111111110001011011111110011101110101110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F8B; }

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

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

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

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

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

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

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

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