#B1848A

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

Shades of Tapestry #B1848A

Tints of Tapestry #B1848A

Color information

#B1848A (or 0xB1848A) is unknown color: approx Tapestry. HEX triplet: B1, 84 and 8A. RGB value is (177,132,138). Sum of RGB (Red+Green+Blue) = 177+132+138=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1848A is #4E7B75. Grayscale: #929292. Windows color (decimal): -5143414 or 9077937. OLE color: 9077937.

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

Color convert

RGB177132138-
CMYK00.250.220.31
HSL352º22.39%60.59%-
HSV(B)352º25.42%69.41%-
XYZ30.9727.6827.76-
YUV146.14123.41150.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=39.60%
G=29.53%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713213800.250.220.3135222.3960.59
HexB1848A019161F160163d
Octal26120421203126375402675
Binary101100011000010010001010011001101101111110110000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1848A; }

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

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

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

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

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

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

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

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