#B1848C

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

Shades of Tapestry #B1848C

Tints of Tapestry #B1848C

Color information

#B1848C (or 0xB1848C) is unknown color: approx Tapestry. HEX triplet: B1, 84 and 8C. RGB value is (177,132,140). Sum of RGB (Red+Green+Blue) = 177+132+140=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1848C is #4E7B73. Grayscale: #929292. Windows color (decimal): -5143412 or 9209009. OLE color: 9209009.

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

Color convert

RGB177132140-
CMYK00.250.210.31
HSL349.33º22.39%60.59%-
HSV(B)349.33º25.42%69.41%-
XYZ31.1227.7428.53-
YUV146.37124.41149.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 140 (55.08% from 255) = 31.18%
R=39.42%
G=29.40%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713214000.250.210.31349.3322.3960.59
HexB1848C019151F15d163d
Octal26120421403125375352675
Binary101100011000010010001100011001101011111110101110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1848C; }

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

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

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

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

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

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

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

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