#B7657D

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

Shades of Tapestry #B7657D

Tints of Tapestry #B7657D

Color information

#B7657D (or 0xB7657D) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 7D. RGB value is (183,101,125). Sum of RGB (Red+Green+Blue) = 183+101+125=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7657D is #489A82. Grayscale: #808080. Windows color (decimal): -4758147 or 8218039. OLE color: 8218039.

HSL color Cylindrical-coordinate representation of color #B7657D: hue angle of 342.44º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7657D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB183101125-
CMYK00.450.320.28
HSL342.44º36.28%55.69%-
HSV(B)342.44º44.81%71.76%-
XYZ27.8820.8621.96-
YUV128.25126.17167.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 101 (39.84% from 255) = 24.69%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=44.74%
G=24.69%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310112500.450.320.28342.4436.2855.69
HexB7657D02D201C1562438
Octal26714517505540345264470
Binary1011011111001011111101010110110000011100101010110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7657D; }

 p { color: rgb(183,101,125); }

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

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

 a { background-color: rgb(183,101,125); }

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

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

 span { border-color: rgb(183,101,125); }

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