#B15F89

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

Shades of Tapestry #B15F89

Tints of Tapestry #B15F89

Color information

#B15F89 (or 0xB15F89) is unknown color: approx Tapestry. HEX triplet: B1, 5F and 89. RGB value is (177,95,137). Sum of RGB (Red+Green+Blue) = 177+95+137=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F89 is #4EA076. Grayscale: #7C7C7C. Windows color (decimal): -5152887 or 9002929. OLE color: 9002929.

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

Color convert

RGB17795137-
CMYK00.460.230.31
HSL329.27º34.45%53.33%-
HSV(B)329.27º46.33%69.41%-
XYZ26.7419.3425.99-
YUV124.31135.17165.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.28%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=43.28%
G=23.23%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779513700.460.230.31329.2734.4553.33
HexB15F8902E171F1492235
Octal26113721105627375114265
Binary1011000110111111000100101011101011111111101001001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F89; }

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

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

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

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

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

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

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

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