#B35C85

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

Shades of Tapestry #B35C85

Tints of Tapestry #B35C85

Color information

#B35C85 (or 0xB35C85) is unknown color: approx Tapestry. HEX triplet: B3, 5C and 85. RGB value is (179,92,133). Sum of RGB (Red+Green+Blue) = 179+92+133=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35C85 is #4CA37A. Grayscale: #7A7A7A. Windows color (decimal): -5022587 or 8740019. OLE color: 8740019.

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

Color convert

RGB17992133-
CMYK00.490.260.30
HSL331.72º36.4%53.14%-
HSV(B)331.72º48.6%70.2%-
XYZ26.6518.9324.44-
YUV122.69133.82168.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 92 (36.33% from 255) = 22.77%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=44.31%
G=22.77%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799213300.490.260.30331.7236.453.14
HexB35C850311A1E14c2435
Octal26313420506132365144465
Binary1011001110111001000010101100011101011110101001100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C85; }

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

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

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

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

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

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

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

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