#B1848F

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

Shades of Tapestry #B1848F

Tints of Tapestry #B1848F

Color information

#B1848F (or 0xB1848F) is unknown color: approx Tapestry. HEX triplet: B1, 84 and 8F. RGB value is (177,132,143). Sum of RGB (Red+Green+Blue) = 177+132+143=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1848F is #4E7B70. Grayscale: #929292. Windows color (decimal): -5143409 or 9405617. OLE color: 9405617.

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

Color convert

RGB177132143-
CMYK00.250.190.31
HSL345.33º22.39%60.59%-
HSV(B)345.33º25.42%69.41%-
XYZ31.3427.8329.71-
YUV146.71125.91149.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=39.16%
G=29.20%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713214300.250.190.31345.3322.3960.59
HexB1848F019131F159163d
Octal26120421703123375312675
Binary101100011000010010001111011001100111111110101100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1848F; }

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

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

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

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

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

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

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

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