#B97F91

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

Shades of Tapestry #B97F91

Tints of Tapestry #B97F91

Color information

#B97F91 (or 0xB97F91) is unknown color: approx Tapestry. HEX triplet: B9, 7F and 91. RGB value is (185,127,145). Sum of RGB (Red+Green+Blue) = 185+127+145=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 145 (57.03% from 255 or 31.73% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F91 is #46806E. Grayscale: #929292. Windows color (decimal): -4620399 or 9535417. OLE color: 9535417.

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

Color convert

RGB185127145-
CMYK00.310.220.27
HSL341.38º29.29%61.18%-
HSV(B)341.38º31.35%72.55%-
XYZ32.7127.5430.38-
YUV146.39127.22155.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 127 (50% from 255) = 27.79%
BLUE value IS 145 (57.03% from 255) = 31.73%
R=40.48%
G=27.79%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512714500.310.220.27341.3829.2961.18
HexB97F9101F161B1551d3d
Octal27117722103726335253575
Binary10111001111111110010001011111101101101110101010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F91; }

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

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

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

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

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

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

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

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