#B97F8C

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

Shades of Tapestry #B97F8C

Tints of Tapestry #B97F8C

Color information

#B97F8C (or 0xB97F8C) is unknown color: approx Tapestry. HEX triplet: B9, 7F and 8C. RGB value is (185,127,140). Sum of RGB (Red+Green+Blue) = 185+127+140=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F8C is #468073. Grayscale: #919191. Windows color (decimal): -4620404 or 9207737. OLE color: 9207737.

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

Color convert

RGB185127140-
CMYK00.310.240.27
HSL346.55º29.29%61.18%-
HSV(B)346.55º31.35%72.55%-
XYZ32.3327.3928.39-
YUV145.82124.72155.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=40.93%
G=28.10%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512714000.310.240.27346.5529.2961.18
HexB97F8C01F181B15b1d3d
Octal27117721403730335333575
Binary10111001111111110001100011111110001101110101101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F8C; }

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

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

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

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

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

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

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

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