#B97E94

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

Shades of Tapestry #B97E94

Tints of Tapestry #B97E94

Color information

#B97E94 (or 0xB97E94) is unknown color: approx Tapestry. HEX triplet: B9, 7E and 94. RGB value is (185,126,148). Sum of RGB (Red+Green+Blue) = 185+126+148=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 148 (58.20% from 255 or 32.24% from 459); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E94 is #46816B. Grayscale: #929292. Windows color (decimal): -4620652 or 9731769. OLE color: 9731769.

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

Color convert

RGB185126148-
CMYK00.320.200.27
HSL337.63º29.65%60.98%-
HSV(B)337.63º31.89%72.55%-
XYZ32.8127.3731.57-
YUV146.15129.05155.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.31%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 148 (58.20% from 255) = 32.24%
R=40.31%
G=27.45%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512614800.320.200.27337.6329.6560.98
HexB97E94020141B1521e3d
Octal27117622404024335223675
Binary101110011111110100101000100000101001101110101001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E94; }

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

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

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

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

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

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

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

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