#B2687B

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

Shades of Tapestry #B2687B

Tints of Tapestry #B2687B

Color information

#B2687B (or 0xB2687B) is unknown color: approx Tapestry. HEX triplet: B2, 68 and 7B. RGB value is (178,104,123). Sum of RGB (Red+Green+Blue) = 178+104+123=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2687B is #4D9784. Grayscale: #808080. Windows color (decimal): -5085061 or 8087730. OLE color: 8087730.

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

Color convert

RGB178104123-
CMYK00.420.310.30
HSL344.59º32.46%55.29%-
HSV(B)344.59º41.57%69.8%-
XYZ26.8920.821.34-
YUV128.29125.02163.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 104 (41.02% from 255) = 25.68%
BLUE value IS 123 (48.44% from 255) = 30.37%
R=43.95%
G=25.68%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810412300.420.310.30344.5932.4655.29
HexB2687B02A1F1E1592037
Octal26215017305237365314067
Binary101100101101000111101101010101111111110101011001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2687B; }

 p { color: rgb(178,104,123); }

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

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

 a { background-color: rgb(178,104,123); }

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

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

 span { border-color: rgb(178,104,123); }

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