#B2788D

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

Shades of Tapestry #B2788D

Tints of Tapestry #B2788D

Color information

#B2788D (or 0xB2788D) is unknown color: approx Tapestry. HEX triplet: B2, 78 and 8D. RGB value is (178,120,141). Sum of RGB (Red+Green+Blue) = 178+120+141=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B2788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2788D is #4D8772. Grayscale: #8B8B8B. Windows color (decimal): -5080947 or 9271474. OLE color: 9271474.

HSL color Cylindrical-coordinate representation of color #B2788D: hue angle of 338.28º 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 #B2788D is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178120141-
CMYK00.330.210.30
HSL338.28º27.36%58.43%-
HSV(B)338.28º32.58%69.8%-
XYZ29.8824.8228.42-
YUV139.74128.72155.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.55%
GREEN value IS 120 (47.27% from 255) = 27.33%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=40.55%
G=27.33%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812014100.330.210.30338.2827.3658.43
HexB2788D021151E1521b3a
Octal26217021504125365223372
Binary101100101111000100011010100001101011111010101001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2788D; }

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

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

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

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

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

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

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

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