#B1668C

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

Shades of Tapestry #B1668C

Tints of Tapestry #B1668C

Color information

#B1668C (or 0xB1668C) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 8C. RGB value is (177,102,140). Sum of RGB (Red+Green+Blue) = 177+102+140=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1668C is #4E9973. Grayscale: #808080. Windows color (decimal): -5151092 or 9201329. OLE color: 9201329.

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

Color convert

RGB177102140-
CMYK00.420.210.31
HSL329.6º32.47%54.71%-
HSV(B)329.6º42.37%69.41%-
XYZ27.6220.7427.36-
YUV128.76134.35162.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 102 (40.23% from 255) = 24.34%
BLUE value IS 140 (55.08% from 255) = 33.41%
R=42.24%
G=24.34%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710214000.420.210.31329.632.4754.71
HexB1668C02A151F14a2037
Octal26114621405225375124067
Binary1011000111001101000110001010101010111111101001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1668C; }

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

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

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

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

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

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

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

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