#B15C84

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

Shades of Tapestry #B15C84

Tints of Tapestry #B15C84

Color information

#B15C84 (or 0xB15C84) is unknown color: approx Tapestry. HEX triplet: B1, 5C and 84. RGB value is (177,92,132). Sum of RGB (Red+Green+Blue) = 177+92+132=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15C84 is #4EA37B. Grayscale: #797979. Windows color (decimal): -5153660 or 8674481. OLE color: 8674481.

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

Color convert

RGB17792132-
CMYK00.480.250.31
HSL331.76º35.27%52.75%-
HSV(B)331.76º48.02%69.41%-
XYZ26.1218.6724.06-
YUV121.98133.66167.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.14%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=44.14%
G=22.94%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779213200.480.250.31331.7635.2752.75
HexB15C84030191F14c2335
Octal26113420406031375144365
Binary1011000110111001000010001100001100111111101001100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C84; }

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

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

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

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

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

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

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

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