#B15F83

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

Shades of Tapestry #B15F83

Tints of Tapestry #B15F83

Color information

#B15F83 (or 0xB15F83) is unknown color: approx Tapestry. HEX triplet: B1, 5F and 83. RGB value is (177,95,131). Sum of RGB (Red+Green+Blue) = 177+95+131=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F83 is #4EA07C. Grayscale: #7B7B7B. Windows color (decimal): -5152893 or 8609713. OLE color: 8609713.

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

Color convert

RGB17795131-
CMYK00.460.260.31
HSL333.66º34.45%53.33%-
HSV(B)333.66º46.33%69.41%-
XYZ26.3219.1723.79-
YUV123.62132.17166.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.92%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=43.92%
G=23.57%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779513100.460.260.31333.6634.4553.33
HexB15F8302E1A1F14e2235
Octal26113720305632375164265
Binary1011000110111111000001101011101101011111101001110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F83; }

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

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

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

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

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

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

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

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