#B1668F

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

Shades of Tapestry #B1668F

Tints of Tapestry #B1668F

Color information

#B1668F (or 0xB1668F) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 8F. RGB value is (177,102,143). Sum of RGB (Red+Green+Blue) = 177+102+143=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 177 - color contains mainly: red. Hex color #B1668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1668F is #4E9970. Grayscale: #818181. Windows color (decimal): -5151089 or 9397937. OLE color: 9397937.

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

Color convert

RGB177102143-
CMYK00.420.190.31
HSL327.2º32.47%54.71%-
HSV(B)327.2º42.37%69.41%-
XYZ27.8420.8328.54-
YUV129.1135.85162.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.94%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=41.94%
G=24.17%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710214300.420.190.31327.232.4754.71
HexB1668F02A131F1472037
Octal26114621705223375074067
Binary1011000111001101000111101010101001111111101000111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1668F; }

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

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

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

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

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

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

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

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