#B15F78

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

Shades of Tapestry #B15F78

Tints of Tapestry #B15F78

Color information

#B15F78 (or 0xB15F78) is unknown color: approx Tapestry. HEX triplet: B1, 5F and 78. RGB value is (177,95,120). Sum of RGB (Red+Green+Blue) = 177+95+120=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15F78 is #4EA087. Grayscale: #7A7A7A. Windows color (decimal): -5152904 or 7888817. OLE color: 7888817.

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

Color convert

RGB17795120-
CMYK00.460.320.31
HSL341.71º34.45%53.33%-
HSV(B)341.71º46.33%69.41%-
XYZ25.6118.8920.06-
YUV122.37126.67166.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 120 (47.27% from 255) = 30.61%
R=45.15%
G=24.23%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779512000.460.320.31341.7134.4553.33
HexB15F7802E201F1562235
Octal26113717005640375264265
Binary1011000110111111111000010111010000011111101010110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F78; }

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

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

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

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

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

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

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

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