#B1727E

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

Shades of Tapestry #B1727E

Tints of Tapestry #B1727E

Color information

#B1727E (or 0xB1727E) is unknown color: approx Tapestry. HEX triplet: B1, 72 and 7E. RGB value is (177,114,126). Sum of RGB (Red+Green+Blue) = 177+114+126=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 177 - color contains mainly: red. Hex color #B1727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1727E is #4E8D81. Grayscale: #868686. Windows color (decimal): -5148034 or 8286897. OLE color: 8286897.

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

Color convert

RGB177114126-
CMYK00.360.290.31
HSL348.57º28.77%57.06%-
HSV(B)348.57º35.59%69.41%-
XYZ27.9122.8922.69-
YUV134.2123.37158.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.45%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=42.45%
G=27.34%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711412600.360.290.31348.5728.7757.06
HexB1727E0241D1F15d1d39
Octal26116217604435375353571
Binary10110001111001011111100100100111011111110101110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1727E; }

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

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

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

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

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

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

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

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