#B2718D

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

Shades of Tapestry #B2718D

Tints of Tapestry #B2718D

Color information

#B2718D (or 0xB2718D) is unknown color: approx Tapestry. HEX triplet: B2, 71 and 8D. RGB value is (178,113,141). Sum of RGB (Red+Green+Blue) = 178+113+141=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B2718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2718D is #4D8E72. Grayscale: #878787. Windows color (decimal): -5082739 or 9269682. OLE color: 9269682.

HSL color Cylindrical-coordinate representation of color #B2718D: hue angle of 334.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2718D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178113141-
CMYK00.370.210.30
HSL334.15º29.68%57.06%-
HSV(B)334.15º36.52%69.8%-
XYZ29.0723.228.14-
YUV135.63131.03158.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.20%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=41.20%
G=26.16%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811314100.370.210.30334.1529.6857.06
HexB2718D025151E14e1e39
Octal26216121504525365163671
Binary101100101110001100011010100101101011111010100111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2718D; }

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

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

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

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

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

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

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

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