#B2667D

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

Shades of Tapestry #B2667D

Tints of Tapestry #B2667D

Color information

#B2667D (or 0xB2667D) is unknown color: approx Tapestry. HEX triplet: B2, 66 and 7D. RGB value is (178,102,125). Sum of RGB (Red+Green+Blue) = 178+102+125=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B2667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2667D is #4D9982. Grayscale: #7F7F7F. Windows color (decimal): -5085571 or 8218290. OLE color: 8218290.

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

Color convert

RGB178102125-
CMYK00.430.300.30
HSL341.84º33.04%54.9%-
HSV(B)341.84º42.7%69.8%-
XYZ26.8120.4521.94-
YUV127.35126.68164.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=43.95%
G=25.19%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810212500.430.300.30341.8433.0454.9
HexB2667D02B1E1E1562137
Octal26214617505336365264167
Binary101100101100110111110101010111111011110101010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2667D; }

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

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

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

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

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

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

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

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