#B97F89

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

Shades of Tapestry #B97F89

Tints of Tapestry #B97F89

Color information

#B97F89 (or 0xB97F89) is unknown color: approx Tapestry. HEX triplet: B9, 7F and 89. RGB value is (185,127,137). Sum of RGB (Red+Green+Blue) = 185+127+137=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F89 is #468076. Grayscale: #919191. Windows color (decimal): -4620407 or 9011129. OLE color: 9011129.

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

Color convert

RGB185127137-
CMYK00.310.260.27
HSL349.66º29.29%61.18%-
HSV(B)349.66º31.35%72.55%-
XYZ32.1127.327.24-
YUV145.48123.22156.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=41.20%
G=28.29%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512713700.310.260.27349.6629.2961.18
HexB97F8901F1A1B15e1d3d
Octal27117721103732335363575
Binary10111001111111110001001011111110101101110101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F89; }

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

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

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

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

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

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

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

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