#B9757C

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

Shades of Tapestry #B9757C

Tints of Tapestry #B9757C

Color information

#B9757C (or 0xB9757C) is unknown color: approx Tapestry. HEX triplet: B9, 75 and 7C. RGB value is (185,117,124). Sum of RGB (Red+Green+Blue) = 185+117+124=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9757C is #468A83. Grayscale: #8A8A8A. Windows color (decimal): -4622980 or 8156601. OLE color: 8156601.

HSL color Cylindrical-coordinate representation of color #B9757C: hue angle of 353.82º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9757C is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB185117124-
CMYK00.370.330.27
HSL353.82º32.69%59.22%-
HSV(B)353.82º36.76%72.55%-
XYZ30.0124.4922.21-
YUV138.13120.03161.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 117 (46.09% from 255) = 27.46%
BLUE value IS 124 (48.83% from 255) = 29.11%
R=43.43%
G=27.46%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511712400.370.330.27353.8232.6959.22
HexB9757C025211B162213b
Octal27116517404541335424173
Binary1011100111101011111100010010110000111011101100010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9757C; }

 p { color: rgb(185,117,124); }

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

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

 a { background-color: rgb(185,117,124); }

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

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

 span { border-color: rgb(185,117,124); }

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