#B2758B

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

Shades of Tapestry #B2758B

Tints of Tapestry #B2758B

Color information

#B2758B (or 0xB2758B) is unknown color: approx Tapestry. HEX triplet: B2, 75 and 8B. RGB value is (178,117,139). Sum of RGB (Red+Green+Blue) = 178+117+139=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B2758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2758B is #4D8A74. Grayscale: #898989. Windows color (decimal): -5081717 or 9139634. OLE color: 9139634.

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

Color convert

RGB178117139-
CMYK00.340.220.30
HSL338.36º28.37%57.84%-
HSV(B)338.36º34.27%69.8%-
XYZ29.3824.0527.52-
YUV137.75128.71156.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 117 (46.09% from 255) = 26.96%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=41.01%
G=26.96%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811713900.340.220.30338.3628.3757.84
HexB2758B022161E1521c3a
Octal26216521304226365223472
Binary101100101110101100010110100010101101111010101001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2758B; }

 p { color: rgb(178,117,139); }

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

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

 a { background-color: rgb(178,117,139); }

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

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

 span { border-color: rgb(178,117,139); }

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