#B2718C

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

Shades of Tapestry #B2718C

Tints of Tapestry #B2718C

Color information

#B2718C (or 0xB2718C) is unknown color: approx Tapestry. HEX triplet: B2, 71 and 8C. RGB value is (178,113,140). Sum of RGB (Red+Green+Blue) = 178+113+140=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2718C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2718C is #4D8E73. Grayscale: #878787. Windows color (decimal): -5082740 or 9204146. OLE color: 9204146.

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

Color convert

RGB178113140-
CMYK00.370.210.30
HSL335.08º29.68%57.06%-
HSV(B)335.08º36.52%69.8%-
XYZ2923.1727.75-
YUV135.51130.53158.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.30%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=41.30%
G=26.22%
B=32.48%

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
Decimal17811314000.370.210.30335.0829.6857.06
HexB2718C025151E14f1e39
Octal26216121404525365173671
Binary101100101110001100011000100101101011111010100111111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2718C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2718C; }

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

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

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

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

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

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

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

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