#B1868A

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

Shades of Tapestry #B1868A

Tints of Tapestry #B1868A

Color information

#B1868A (or 0xB1868A) is unknown color: approx Tapestry. HEX triplet: B1, 86 and 8A. RGB value is (177,134,138). Sum of RGB (Red+Green+Blue) = 177+134+138=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868A is #4E7975. Grayscale: #939393. Windows color (decimal): -5142902 or 9078449. OLE color: 9078449.

HSL color Cylindrical-coordinate representation of color #B1868A: hue angle of 354.42º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1868A is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB177134138-
CMYK00.240.220.31
HSL354.42º21.61%60.98%-
HSV(B)354.42º24.29%69.41%-
XYZ31.2428.2327.85-
YUV147.31122.75149.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=39.42%
G=29.84%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713413800.240.220.31354.4221.6160.98
HexB1868A018161F162163d
Octal26120621203026375422675
Binary101100011000011010001010011000101101111110110001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1868A; }

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

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

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

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

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

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

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

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