#B2677D

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

Shades of Tapestry #B2677D

Tints of Tapestry #B2677D

Color information

#B2677D (or 0xB2677D) is unknown color: approx Tapestry. HEX triplet: B2, 67 and 7D. RGB value is (178,103,125). Sum of RGB (Red+Green+Blue) = 178+103+125=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2677D is #4D9882. Grayscale: #7F7F7F. Windows color (decimal): -5085315 or 8218546. OLE color: 8218546.

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

Color convert

RGB178103125-
CMYK00.420.300.30
HSL342.4º32.75%55.1%-
HSV(B)342.4º42.13%69.8%-
XYZ26.9120.6521.97-
YUV127.93126.35163.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 125 (49.22% from 255) = 30.79%
R=43.84%
G=25.37%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810312500.420.300.30342.432.7555.1
HexB2677D02A1E1E1562137
Octal26214717505236365264167
Binary101100101100111111110101010101111011110101010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2677D; }

 p { color: rgb(178,103,125); }

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

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

 a { background-color: rgb(178,103,125); }

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

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

 span { border-color: rgb(178,103,125); }

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