#B1858E

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

Shades of Tapestry #B1858E

Tints of Tapestry #B1858E

Color information

#B1858E (or 0xB1858E) is unknown color: approx Tapestry. HEX triplet: B1, 85 and 8E. RGB value is (177,133,142). Sum of RGB (Red+Green+Blue) = 177+133+142=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1858E is #4E7A71. Grayscale: #939393. Windows color (decimal): -5143154 or 9340337. OLE color: 9340337.

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

Color convert

RGB177133142-
CMYK00.250.200.31
HSL347.73º22%60.78%-
HSV(B)347.73º24.86%69.41%-
XYZ31.428.0829.36-
YUV147.18125.08149.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 142 (55.86% from 255) = 31.42%
R=39.16%
G=29.42%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17713314200.250.200.31347.732260.78
HexB1858E019141F15c163d
Octal26120521603124375342675
Binary101100011000010110001110011001101001111110101110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1858E; }

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

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

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

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

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

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

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

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