#B15E7E

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

Shades of Tapestry #B15E7E

Tints of Tapestry #B15E7E

Color information

#B15E7E (or 0xB15E7E) is unknown color: approx Tapestry. HEX triplet: B1, 5E and 7E. RGB value is (177,94,126). Sum of RGB (Red+Green+Blue) = 177+94+126=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15E7E is #4EA181. Grayscale: #7A7A7A. Windows color (decimal): -5153154 or 8281777. OLE color: 8281777.

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

Color convert

RGB17794126-
CMYK00.470.290.31
HSL336.87º34.73%53.14%-
HSV(B)336.87º46.89%69.41%-
XYZ25.918.8622.01-
YUV122.46130166.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=44.58%
G=23.68%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779412600.470.290.31336.8734.7353.14
HexB15E7E02F1D1F1512335
Octal26113617605735375214365
Binary101100011011110111111001011111110111111101010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E7E; }

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

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

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

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

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

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

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

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