#B2667F

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

Shades of Tapestry #B2667F

Tints of Tapestry #B2667F

Color information

#B2667F (or 0xB2667F) is unknown color: approx Tapestry. HEX triplet: B2, 66 and 7F. RGB value is (178,102,127). Sum of RGB (Red+Green+Blue) = 178+102+127=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2667F is #4D9980. Grayscale: #7F7F7F. Windows color (decimal): -5085569 or 8349362. OLE color: 8349362.

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

Color convert

RGB178102127-
CMYK00.430.290.30
HSL340.26º33.04%54.9%-
HSV(B)340.26º42.7%69.8%-
XYZ26.9420.522.62-
YUV127.57127.68163.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 127 (50% from 255) = 31.20%
R=43.73%
G=25.06%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810212700.430.290.30340.2633.0454.9
HexB2667F02B1D1E1542137
Octal26214617705335365244167
Binary101100101100110111111101010111110111110101010100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2667F; }

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

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

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

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

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

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

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

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