#B97E8A

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

Shades of Tapestry #B97E8A

Tints of Tapestry #B97E8A

Color information

#B97E8A (or 0xB97E8A) is unknown color: approx Tapestry. HEX triplet: B9, 7E and 8A. RGB value is (185,126,138). Sum of RGB (Red+Green+Blue) = 185+126+138=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97E8A is #468175. Grayscale: #919191. Windows color (decimal): -4620662 or 9076409. OLE color: 9076409.

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

Color convert

RGB185126138-
CMYK00.320.250.27
HSL347.8º29.65%60.98%-
HSV(B)347.8º31.89%72.55%-
XYZ32.0627.0727.58-
YUV145.01124.05156.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=41.20%
G=28.06%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512613800.320.250.27347.829.6560.98
HexB97E8A020191B15c1e3d
Octal27117621204031335343675
Binary101110011111110100010100100000110011101110101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97E8A; }

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

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

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

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

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

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

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

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