#B1848B

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

Shades of Tapestry #B1848B

Tints of Tapestry #B1848B

Color information

#B1848B (or 0xB1848B) is unknown color: approx Tapestry. HEX triplet: B1, 84 and 8B. RGB value is (177,132,139). Sum of RGB (Red+Green+Blue) = 177+132+139=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1848B is #4E7B74. Grayscale: #929292. Windows color (decimal): -5143413 or 9143473. OLE color: 9143473.

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

Color convert

RGB177132139-
CMYK00.250.210.31
HSL350.67º22.39%60.59%-
HSV(B)350.67º25.42%69.41%-
XYZ31.0427.7128.14-
YUV146.25123.91149.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 139 (54.69% from 255) = 31.03%
R=39.51%
G=29.46%
B=31.03%

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
Decimal17713213900.250.210.31350.6722.3960.59
HexB1848B019151F15f163d
Octal26120421303125375372675
Binary101100011000010010001011011001101011111110101111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1848B; }

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

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

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

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

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

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

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

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