#B3627E

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

Shades of Tapestry #B3627E

Tints of Tapestry #B3627E

Color information

#B3627E (or 0xB3627E) is unknown color: approx Tapestry. HEX triplet: B3, 62 and 7E. RGB value is (179,98,126). Sum of RGB (Red+Green+Blue) = 179+98+126=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B3627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3627E is #4C9D81. Grayscale: #7D7D7D. Windows color (decimal): -5021058 or 8282803. OLE color: 8282803.

HSL color Cylindrical-coordinate representation of color #B3627E: hue angle of 339.26º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3627E is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17998126-
CMYK00.450.300.30
HSL339.26º34.76%54.31%-
HSV(B)339.26º45.25%70.2%-
XYZ26.7219.8322.16-
YUV125.41128.34166.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=44.42%
G=24.32%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799812600.450.300.30339.2634.7654.31
HexB3627E02D1E1E1532336
Octal26314217605536365234366
Binary101100111100010111111001011011111011110101010011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3627E; }

 p { color: rgb(179,98,126); }

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

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

 a { background-color: rgb(179,98,126); }

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

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

 span { border-color: rgb(179,98,126); }

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