#B15E83

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

Shades of Tapestry #B15E83

Tints of Tapestry #B15E83

Color information

#B15E83 (or 0xB15E83) is unknown color: approx Tapestry. HEX triplet: B1, 5E and 83. RGB value is (177,94,131). Sum of RGB (Red+Green+Blue) = 177+94+131=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15E83 is #4EA17C. Grayscale: #7A7A7A. Windows color (decimal): -5153149 or 8609457. OLE color: 8609457.

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

Color convert

RGB17794131-
CMYK00.470.260.31
HSL333.25º34.73%53.14%-
HSV(B)333.25º46.89%69.41%-
XYZ26.2318.9923.76-
YUV123.04132.5166.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 131 (51.56% from 255) = 32.59%
R=44.03%
G=23.38%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779413100.470.260.31333.2534.7353.14
HexB15E8302F1A1F14d2335
Octal26113620305732375154365
Binary1011000110111101000001101011111101011111101001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15E83; }

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

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

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

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

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

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

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

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