#B3647D

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

Shades of Tapestry #B3647D

Tints of Tapestry #B3647D

Color information

#B3647D (or 0xB3647D) is unknown color: approx Tapestry. HEX triplet: B3, 64 and 7D. RGB value is (179,100,125). Sum of RGB (Red+Green+Blue) = 179+100+125=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B3647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3647D is #4C9B82. Grayscale: #7E7E7E. Windows color (decimal): -5020547 or 8217779. OLE color: 8217779.

HSL color Cylindrical-coordinate representation of color #B3647D: hue angle of 341.01º 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 #B3647D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179100125-
CMYK00.440.300.30
HSL341.01º34.2%54.71%-
HSV(B)341.01º44.13%70.2%-
XYZ26.8520.1821.88-
YUV126.47127.17165.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=44.31%
G=24.75%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910012500.440.300.30341.0134.254.71
HexB3647D02C1E1E1552237
Octal26314417505436365254267
Binary101100111100100111110101011001111011110101010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3647D; }

 p { color: rgb(179,100,125); }

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

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

 a { background-color: rgb(179,100,125); }

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

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

 span { border-color: rgb(179,100,125); }

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