#B1668B

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

Shades of Tapestry #B1668B

Tints of Tapestry #B1668B

Color information

#B1668B (or 0xB1668B) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 8B. RGB value is (177,102,139). Sum of RGB (Red+Green+Blue) = 177+102+139=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 177 - color contains mainly: red. Hex color #B1668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1668B is #4E9974. Grayscale: #808080. Windows color (decimal): -5151093 or 9135793. OLE color: 9135793.

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

Color convert

RGB177102139-
CMYK00.420.210.31
HSL330.4º32.47%54.71%-
HSV(B)330.4º42.37%69.41%-
XYZ27.5420.7126.97-
YUV128.64133.85162.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=42.34%
G=24.40%
B=33.25%

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
Decimal17710213900.420.210.31330.432.4754.71
HexB1668B02A151F14a2037
Octal26114621305225375124067
Binary1011000111001101000101101010101010111111101001010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1668B; }

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

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

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

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

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

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

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

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