#B7657E

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

Shades of Tapestry #B7657E

Tints of Tapestry #B7657E

Color information

#B7657E (or 0xB7657E) is unknown color: approx Tapestry. HEX triplet: B7, 65 and 7E. RGB value is (183,101,126). Sum of RGB (Red+Green+Blue) = 183+101+126=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B7657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7657E is #489A81. Grayscale: #808080. Windows color (decimal): -4758146 or 8283575. OLE color: 8283575.

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

Color convert

RGB183101126-
CMYK00.450.310.28
HSL341.71º36.28%55.69%-
HSV(B)341.71º44.81%71.76%-
XYZ27.9520.8822.3-
YUV128.37126.67166.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 101 (39.84% from 255) = 24.63%
BLUE value IS 126 (49.61% from 255) = 30.73%
R=44.63%
G=24.63%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310112600.450.310.28341.7136.2855.69
HexB7657E02D1F1C1562438
Octal26714517605537345264470
Binary101101111100101111111001011011111111100101010110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7657E; }

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

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

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

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

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

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

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

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