#B15C85

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

Shades of Tapestry #B15C85

Tints of Tapestry #B15C85

Color information

#B15C85 (or 0xB15C85) is unknown color: approx Tapestry. HEX triplet: B1, 5C and 85. RGB value is (177,92,133). Sum of RGB (Red+Green+Blue) = 177+92+133=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15C85 is #4EA37A. Grayscale: #7A7A7A. Windows color (decimal): -5153659 or 8740017. OLE color: 8740017.

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

Color convert

RGB17792133-
CMYK00.480.250.31
HSL331.06º35.27%52.75%-
HSV(B)331.06º48.02%69.41%-
XYZ26.1918.6924.42-
YUV122.09134.16167.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.03%
GREEN value IS 92 (36.33% from 255) = 22.89%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=44.03%
G=22.89%
B=33.08%

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
Decimal1779213300.480.250.31331.0635.2752.75
HexB15C85030191F14b2335
Octal26113420506031375134365
Binary1011000110111001000010101100001100111111101001011100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C85; }

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

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

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

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

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

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

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

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