#B2687F

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

Shades of Tapestry #B2687F

Tints of Tapestry #B2687F

Color information

#B2687F (or 0xB2687F) is unknown color: approx Tapestry. HEX triplet: B2, 68 and 7F. RGB value is (178,104,127). Sum of RGB (Red+Green+Blue) = 178+104+127=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B2687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2687F is #4D9780. Grayscale: #808080. Windows color (decimal): -5085057 or 8349874. OLE color: 8349874.

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

Color convert

RGB178104127-
CMYK00.420.290.30
HSL341.35º32.46%55.29%-
HSV(B)341.35º41.57%69.8%-
XYZ27.1420.922.68-
YUV128.75127.02163.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 104 (41.02% from 255) = 25.43%
BLUE value IS 127 (50% from 255) = 31.05%
R=43.52%
G=25.43%
B=31.05%

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
Decimal17810412700.420.290.30341.3532.4655.29
HexB2687F02A1D1E1552037
Octal26215017705235365254067
Binary101100101101000111111101010101110111110101010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2687F; }

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

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

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

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

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

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

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

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