#B1758F

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

Shades of Tapestry #B1758F

Tints of Tapestry #B1758F

Color information

#B1758F (or 0xB1758F) is unknown color: approx Tapestry. HEX triplet: B1, 75 and 8F. RGB value is (177,117,143). Sum of RGB (Red+Green+Blue) = 177+117+143=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1758F is #4E8A70. Grayscale: #898989. Windows color (decimal): -5147249 or 9401777. OLE color: 9401777.

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

Color convert

RGB177117143-
CMYK00.340.190.31
HSL334º27.78%57.65%-
HSV(B)334º33.9%69.41%-
XYZ29.4524.0529.08-
YUV137.9130.88155.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=40.50%
G=26.77%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711714300.340.190.3133427.7857.65
HexB1758F022131F14e1c3a
Octal26116521704223375163472
Binary101100011110101100011110100010100111111110100111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1758F; }

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

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

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

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

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

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

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

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