#B97D86

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

Shades of Tapestry #B97D86

Tints of Tapestry #B97D86

Color information

#B97D86 (or 0xB97D86) is unknown color: approx Tapestry. HEX triplet: B9, 7D and 86. RGB value is (185,125,134). Sum of RGB (Red+Green+Blue) = 185+125+134=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D86 is #468279. Grayscale: #8F8F8F. Windows color (decimal): -4620922 or 8814009. OLE color: 8814009.

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

Color convert

RGB185125134-
CMYK00.320.280.27
HSL351º30%60.78%-
HSV(B)351º32.43%72.55%-
XYZ31.6426.726.04-
YUV143.97122.38157.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=41.67%
G=28.15%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512513400.320.280.273513060.78
HexB97D860201C1B15f1e3d
Octal27117520604034335373675
Binary101110011111101100001100100000111001101110101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D86; }

 p { color: rgb(185,125,134); }

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

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

 a { background-color: rgb(185,125,134); }

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

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

 span { border-color: rgb(185,125,134); }

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