#B97F8A

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

Shades of Tapestry #B97F8A

Tints of Tapestry #B97F8A

Color information

#B97F8A (or 0xB97F8A) is unknown color: approx Tapestry. HEX triplet: B9, 7F and 8A. RGB value is (185,127,138). Sum of RGB (Red+Green+Blue) = 185+127+138=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F8A is #468075. Grayscale: #919191. Windows color (decimal): -4620406 or 9076665. OLE color: 9076665.

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

Color convert

RGB185127138-
CMYK00.310.250.27
HSL348.62º29.29%61.18%-
HSV(B)348.62º31.35%72.55%-
XYZ32.1827.3327.62-
YUV145.6123.72156.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=41.11%
G=28.22%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512713800.310.250.27348.6229.2961.18
HexB97F8A01F191B15d1d3d
Octal27117721203731335353575
Binary10111001111111110001010011111110011101110101110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F8A; }

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

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

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

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

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

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

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

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