#B15F84

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

Shades of Tapestry #B15F84

Tints of Tapestry #B15F84

Color information

#B15F84 (or 0xB15F84) is unknown color: approx Tapestry. HEX triplet: B1, 5F and 84. RGB value is (177,95,132). Sum of RGB (Red+Green+Blue) = 177+95+132=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F84 is #4EA07B. Grayscale: #7B7B7B. Windows color (decimal): -5152892 or 8675249. OLE color: 8675249.

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

Color convert

RGB17795132-
CMYK00.460.250.31
HSL332.93º34.45%53.33%-
HSV(B)332.93º46.33%69.41%-
XYZ26.3919.224.14-
YUV123.74132.67165.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.81%
GREEN value IS 95 (37.5% from 255) = 23.51%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=43.81%
G=23.51%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779513200.460.250.31332.9334.4553.33
HexB15F8402E191F14d2235
Octal26113720405631375154265
Binary1011000110111111000010001011101100111111101001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F84; }

 p { color: rgb(177,95,132); }

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

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

 a { background-color: rgb(177,95,132); }

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

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

 span { border-color: rgb(177,95,132); }

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