#B2748F

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

Shades of Tapestry #B2748F

Tints of Tapestry #B2748F

Color information

#B2748F (or 0xB2748F) is unknown color: approx Tapestry. HEX triplet: B2, 74 and 8F. RGB value is (178,116,143). Sum of RGB (Red+Green+Blue) = 178+116+143=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2748F is #4D8B70. Grayscale: #898989. Windows color (decimal): -5081969 or 9401522. OLE color: 9401522.

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

Color convert

RGB178116143-
CMYK00.350.200.30
HSL333.87º28.7%57.65%-
HSV(B)333.87º34.83%69.8%-
XYZ29.5623.9429.05-
YUV137.62131.04156.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=40.73%
G=26.54%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811614300.350.200.30333.8728.757.65
HexB2748F023141E14e1d3a
Octal26216421704324365163572
Binary101100101110100100011110100011101001111010100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2748F; }

 p { color: rgb(178,116,143); }

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

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

 a { background-color: rgb(178,116,143); }

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

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

 span { border-color: rgb(178,116,143); }

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