#B97D8C

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

Shades of Tapestry #B97D8C

Tints of Tapestry #B97D8C

Color information

#B97D8C (or 0xB97D8C) is unknown color: approx Tapestry. HEX triplet: B9, 7D and 8C. RGB value is (185,125,140). Sum of RGB (Red+Green+Blue) = 185+125+140=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97D8C is #468273. Grayscale: #909090. Windows color (decimal): -4620916 or 9207225. OLE color: 9207225.

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

Color convert

RGB185125140-
CMYK00.320.240.27
HSL345º30%60.78%-
HSV(B)345º32.43%72.55%-
XYZ32.0726.8728.31-
YUV144.65125.38156.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 125 (49.22% from 255) = 27.78%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=41.11%
G=27.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512514000.320.240.273453060.78
HexB97D8C020181B1591e3d
Octal27117521404030335313675
Binary101110011111101100011000100000110001101110101100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97D8C; }

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

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

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

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

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

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

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

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