#B35D87

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

Shades of Tapestry #B35D87

Tints of Tapestry #B35D87

Color information

#B35D87 (or 0xB35D87) is unknown color: approx Tapestry. HEX triplet: B3, 5D and 87. RGB value is (179,93,135). Sum of RGB (Red+Green+Blue) = 179+93+135=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D87 is #4CA278. Grayscale: #7B7B7B. Windows color (decimal): -5022329 or 8871347. OLE color: 8871347.

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

Color convert

RGB17993135-
CMYK00.480.250.30
HSL330.7º36.13%53.33%-
HSV(B)330.7º48.04%70.2%-
XYZ26.8819.1625.2-
YUV123.5134.49167.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.98%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=43.98%
G=22.85%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799313500.480.250.30330.736.1353.33
HexB35D87030191E14b2435
Octal26313520706031365134465
Binary1011001110111011000011101100001100111110101001011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D87; }

 p { color: rgb(179,93,135); }

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

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

 a { background-color: rgb(179,93,135); }

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

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

 span { border-color: rgb(179,93,135); }

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