#B2677E

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

Shades of Tapestry #B2677E

Tints of Tapestry #B2677E

Color information

#B2677E (or 0xB2677E) is unknown color: approx Tapestry. HEX triplet: B2, 67 and 7E. RGB value is (178,103,126). Sum of RGB (Red+Green+Blue) = 178+103+126=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2677E is #4D9881. Grayscale: #808080. Windows color (decimal): -5085314 or 8284082. OLE color: 8284082.

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

Color convert

RGB178103126-
CMYK00.420.290.30
HSL341.6º32.75%55.1%-
HSV(B)341.6º42.13%69.8%-
XYZ26.9820.6722.31-
YUV128.05126.85163.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=43.73%
G=25.31%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810312600.420.290.30341.632.7555.1
HexB2677E02A1D1E1562137
Octal26214717605235365264167
Binary101100101100111111111001010101110111110101010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2677E; }

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

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

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

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

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

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

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

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