#B3657C

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

Shades of Tapestry #B3657C

Tints of Tapestry #B3657C

Color information

#B3657C (or 0xB3657C) is unknown color: approx Tapestry. HEX triplet: B3, 65 and 7C. RGB value is (179,101,124). Sum of RGB (Red+Green+Blue) = 179+101+124=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3657C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3657C is #4C9A83. Grayscale: #7E7E7E. Windows color (decimal): -5020292 or 8152499. OLE color: 8152499.

HSL color Cylindrical-coordinate representation of color #B3657C: hue angle of 342.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3657C is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB179101124-
CMYK00.440.310.30
HSL342.31º33.91%54.9%-
HSV(B)342.31º43.58%70.2%-
XYZ26.8820.3521.58-
YUV126.94126.34165.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 101 (39.84% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 30.69%
R=44.31%
G=25%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910112400.440.310.30342.3133.9154.9
HexB3657C02C1F1E1562237
Octal26314517405437365264267
Binary101100111100101111110001011001111111110101010110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3657C; }

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

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

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

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

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

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

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

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