#B1728F

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

Shades of Tapestry #B1728F

Tints of Tapestry #B1728F

Color information

#B1728F (or 0xB1728F) is unknown color: approx Tapestry. HEX triplet: B1, 72 and 8F. RGB value is (177,114,143). Sum of RGB (Red+Green+Blue) = 177+114+143=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 143 (56.25% from 255 or 32.95% from 434); Max value from RGB is 177 - color contains mainly: red. Hex color #B1728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1728F is #4E8D70. Grayscale: #888888. Windows color (decimal): -5148017 or 9401009. OLE color: 9401009.

HSL color Cylindrical-coordinate representation of color #B1728F: hue angle of 332.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1728F is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB177114143-
CMYK00.360.190.31
HSL332.38º28.77%57.06%-
HSV(B)332.38º35.59%69.41%-
XYZ29.1123.3628.96-
YUV136.14131.87157.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 143 (56.25% from 255) = 32.95%
R=40.78%
G=26.27%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711414300.360.190.31332.3828.7757.06
HexB1728F024131F14c1d39
Octal26116221704423375143571
Binary101100011110010100011110100100100111111110100110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1728F; }

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

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

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

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

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

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

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

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