#B2788F

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

Shades of Tapestry #B2788F

Tints of Tapestry #B2788F

Color information

#B2788F (or 0xB2788F) is unknown color: approx Tapestry. HEX triplet: B2, 78 and 8F. RGB value is (178,120,143). Sum of RGB (Red+Green+Blue) = 178+120+143=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2788F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2788F is #4D8770. Grayscale: #8B8B8B. Windows color (decimal): -5080945 or 9402546. OLE color: 9402546.

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

Color convert

RGB178120143-
CMYK00.330.200.30
HSL336.21º27.36%58.43%-
HSV(B)336.21º32.58%69.8%-
XYZ30.0324.8829.21-
YUV139.96129.72155.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 143 (56.25% from 255) = 32.43%
R=40.36%
G=27.21%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812014300.330.200.30336.2127.3658.43
HexB2788F021141E1501b3a
Octal26217021704124365203372
Binary101100101111000100011110100001101001111010101000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2788F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2788F; }

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

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

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

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

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

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

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

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