#B1858A

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

Shades of Tapestry #B1858A

Tints of Tapestry #B1858A

Color information

#B1858A (or 0xB1858A) is unknown color: approx Tapestry. HEX triplet: B1, 85 and 8A. RGB value is (177,133,138). Sum of RGB (Red+Green+Blue) = 177+133+138=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1858A is #4E7A75. Grayscale: #929292. Windows color (decimal): -5143158 or 9078193. OLE color: 9078193.

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

Color convert

RGB177133138-
CMYK00.250.220.31
HSL353.18º22%60.78%-
HSV(B)353.18º24.86%69.41%-
XYZ31.1127.9627.8-
YUV146.73123.08149.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.51%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=39.51%
G=29.69%
B=30.80%

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
Decimal17713313800.250.220.31353.182260.78
HexB1858A019161F161163d
Octal26120521203126375412675
Binary101100011000010110001010011001101101111110110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1858A; }

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

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

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

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

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

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

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

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