#B2627F

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

Shades of Tapestry #B2627F

Tints of Tapestry #B2627F

Color information

#B2627F (or 0xB2627F) is unknown color: approx Tapestry. HEX triplet: B2, 62 and 7F. RGB value is (178,98,127). Sum of RGB (Red+Green+Blue) = 178+98+127=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2627F is #4D9D80. Grayscale: #7D7D7D. Windows color (decimal): -5086593 or 8348338. OLE color: 8348338.

HSL color Cylindrical-coordinate representation of color #B2627F: hue angle of 338.25º degrees, saturation: 0.34, 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 #B2627F is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17898127-
CMYK00.450.290.30
HSL338.25º34.19%54.12%-
HSV(B)338.25º44.94%69.8%-
XYZ26.5619.7322.49-
YUV125.23129165.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 98 (38.67% from 255) = 24.32%
BLUE value IS 127 (50% from 255) = 31.51%
R=44.17%
G=24.32%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789812700.450.290.30338.2534.1954.12
HexB2627F02D1D1E1522236
Octal26214217705535365224266
Binary101100101100010111111101011011110111110101010010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2627F; }

 p { color: rgb(178,98,127); }

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

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

 a { background-color: rgb(178,98,127); }

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

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

 span { border-color: rgb(178,98,127); }

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