#B97A8E

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

Shades of Tapestry #B97A8E

Tints of Tapestry #B97A8E

Color information

#B97A8E (or 0xB97A8E) is unknown color: approx Tapestry. HEX triplet: B9, 7A and 8E. RGB value is (185,122,142). Sum of RGB (Red+Green+Blue) = 185+122+142=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97A8E is #468571. Grayscale: #8F8F8F. Windows color (decimal): -4621682 or 9337529. OLE color: 9337529.

HSL color Cylindrical-coordinate representation of color #B97A8E: hue angle of 340.95º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97A8E is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB185122142-
CMYK00.340.230.27
HSL340.95º31.03%60.2%-
HSV(B)340.95º34.05%72.55%-
XYZ31.8526.1928.97-
YUV143.12127.37157.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=41.20%
G=27.17%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512214200.340.230.27340.9531.0360.2
HexB97A8E022171B1551f3c
Octal27117221604227335253774
Binary101110011111010100011100100010101111101110101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A8E; }

 p { color: rgb(185,122,142); }

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

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

 a { background-color: rgb(185,122,142); }

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

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

 span { border-color: rgb(185,122,142); }

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