#B1858B

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

Shades of Tapestry #B1858B

Tints of Tapestry #B1858B

Color information

#B1858B (or 0xB1858B) is unknown color: approx Tapestry. HEX triplet: B1, 85 and 8B. RGB value is (177,133,139). Sum of RGB (Red+Green+Blue) = 177+133+139=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1858B is #4E7A74. Grayscale: #929292. Windows color (decimal): -5143157 or 9143729. OLE color: 9143729.

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

Color convert

RGB177133139-
CMYK00.250.210.31
HSL351.82º22%60.78%-
HSV(B)351.82º24.86%69.41%-
XYZ31.1827.9928.18-
YUV146.84123.58149.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=39.42%
G=29.62%
B=30.96%

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
Decimal17713313900.250.210.31351.822260.78
HexB1858B019151F160163d
Octal26120521303125375402675
Binary101100011000010110001011011001101011111110110000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1858B; }

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

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

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

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

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

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

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

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