#B97F94

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

Shades of Tapestry #B97F94

Tints of Tapestry #B97F94

Color information

#B97F94 (or 0xB97F94) is unknown color: approx Tapestry. HEX triplet: B9, 7F and 94. RGB value is (185,127,148). Sum of RGB (Red+Green+Blue) = 185+127+148=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F94 is #46806B. Grayscale: #929292. Windows color (decimal): -4620396 or 9732025. OLE color: 9732025.

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

Color convert

RGB185127148-
CMYK00.310.200.27
HSL338.28º29.29%61.18%-
HSV(B)338.28º31.35%72.55%-
XYZ32.9427.6331.61-
YUV146.74128.72155.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=40.22%
G=27.61%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512714800.310.200.27338.2829.2961.18
HexB97F9401F141B1521d3d
Octal27117722403724335223575
Binary10111001111111110010100011111101001101110101001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F94; }

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

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

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

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

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

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

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

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