#B2657F

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

Shades of Tapestry #B2657F

Tints of Tapestry #B2657F

Color information

#B2657F (or 0xB2657F) is unknown color: approx Tapestry. HEX triplet: B2, 65 and 7F. RGB value is (178,101,127). Sum of RGB (Red+Green+Blue) = 178+101+127=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2657F is #4D9A80. Grayscale: #7E7E7E. Windows color (decimal): -5085825 or 8349106. OLE color: 8349106.

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

Color convert

RGB178101127-
CMYK00.430.290.30
HSL339.74º33.33%54.71%-
HSV(B)339.74º43.26%69.8%-
XYZ26.8420.322.58-
YUV126.99128.01164.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 101 (39.84% from 255) = 24.88%
BLUE value IS 127 (50% from 255) = 31.28%
R=43.84%
G=24.88%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810112700.430.290.30339.7433.3354.71
HexB2657F02B1D1E1542137
Octal26214517705335365244167
Binary101100101100101111111101010111110111110101010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2657F; }

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

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

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

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

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

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

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

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