#B1667E

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

Shades of Tapestry #B1667E

Tints of Tapestry #B1667E

Color information

#B1667E (or 0xB1667E) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 7E. RGB value is (177,102,126). Sum of RGB (Red+Green+Blue) = 177+102+126=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1667E is #4E9981. Grayscale: #7F7F7F. Windows color (decimal): -5151106 or 8283825. OLE color: 8283825.

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

Color convert

RGB177102126-
CMYK00.420.290.31
HSL340.8º32.47%54.71%-
HSV(B)340.8º42.37%69.41%-
XYZ26.6520.3622.26-
YUV127.16127.35163.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.70%
GREEN value IS 102 (40.23% from 255) = 25.19%
BLUE value IS 126 (49.61% from 255) = 31.11%
R=43.70%
G=25.19%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710212600.420.290.31340.832.4754.71
HexB1667E02A1D1F1552037
Octal26114617605235375254067
Binary101100011100110111111001010101110111111101010101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1667E; }

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

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

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

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

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

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

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

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