#B9657C

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

Shades of Tapestry #B9657C

Tints of Tapestry #B9657C

Color information

#B9657C (or 0xB9657C) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 7C. RGB value is (185,101,124). Sum of RGB (Red+Green+Blue) = 185+101+124=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9657C is #469A83. Grayscale: #808080. Windows color (decimal): -4627076 or 8152505. OLE color: 8152505.

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

Color convert

RGB185101124-
CMYK00.450.330.27
HSL343.57º37.5%56.08%-
HSV(B)343.57º45.41%72.55%-
XYZ28.321.0821.65-
YUV128.74125.33168.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.12%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=45.12%
G=24.63%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510112400.450.330.27343.5737.556.08
HexB9657C02D211B1582638
Octal27114517405541335304670
Binary1011100111001011111100010110110000111011101011000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9657C; }

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

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

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

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

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

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

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

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