#B1758E

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

Shades of Tapestry #B1758E

Tints of Tapestry #B1758E

Color information

#B1758E (or 0xB1758E) is unknown color: approx Tapestry. HEX triplet: B1, 75 and 8E. RGB value is (177,117,142). Sum of RGB (Red+Green+Blue) = 177+117+142=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1758E is #4E8A71. Grayscale: #898989. Windows color (decimal): -5147250 or 9336241. OLE color: 9336241.

HSL color Cylindrical-coordinate representation of color #B1758E: hue angle of 335º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1758E is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB177117142-
CMYK00.340.200.31
HSL335º27.78%57.65%-
HSV(B)335º33.9%69.41%-
XYZ29.3824.0228.68-
YUV137.79130.38155.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=40.60%
G=26.83%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711714200.340.200.3133527.7857.65
HexB1758E022141F14f1c3a
Octal26116521604224375173472
Binary101100011110101100011100100010101001111110100111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1758E; }

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

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

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

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

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

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

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

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