#B1667C

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

Shades of Tapestry #B1667C

Tints of Tapestry #B1667C

Color information

#B1667C (or 0xB1667C) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 7C. RGB value is (177,102,124). Sum of RGB (Red+Green+Blue) = 177+102+124=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B1667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1667C is #4E9983. Grayscale: #7E7E7E. Windows color (decimal): -5151108 or 8152753. OLE color: 8152753.

HSL color Cylindrical-coordinate representation of color #B1667C: hue angle of 342.4º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1667C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB177102124-
CMYK00.420.300.31
HSL342.4º32.47%54.71%-
HSV(B)342.4º42.37%69.41%-
XYZ26.5220.3121.59-
YUV126.93126.35163.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 102 (40.23% from 255) = 25.31%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=43.92%
G=25.31%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710212400.420.300.31342.432.4754.71
HexB1667C02A1E1F1562037
Octal26114617405236375264067
Binary101100011100110111110001010101111011111101010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1667C; }

 p { color: rgb(177,102,124); }

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

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

 a { background-color: rgb(177,102,124); }

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

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

 span { border-color: rgb(177,102,124); }

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