#B1668A

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

Shades of Tapestry #B1668A

Tints of Tapestry #B1668A

Color information

#B1668A (or 0xB1668A) is unknown color: approx Tapestry. HEX triplet: B1, 66 and 8A. RGB value is (177,102,138). Sum of RGB (Red+Green+Blue) = 177+102+138=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1668A is #4E9975. Grayscale: #808080. Windows color (decimal): -5151094 or 9070257. OLE color: 9070257.

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

Color convert

RGB177102138-
CMYK00.420.220.31
HSL331.2º32.47%54.71%-
HSV(B)331.2º42.37%69.41%-
XYZ27.4720.6826.59-
YUV128.53133.35162.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=42.45%
G=24.46%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710213800.420.220.31331.232.4754.71
HexB1668A02A161F14b2037
Octal26114621205226375134067
Binary1011000111001101000101001010101011011111101001011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1668A; }

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

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

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

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

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

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

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

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