#B35D84

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

Shades of Tapestry #B35D84

Tints of Tapestry #B35D84

Color information

#B35D84 (or 0xB35D84) is unknown color: approx Tapestry. HEX triplet: B3, 5D and 84. RGB value is (179,93,132). Sum of RGB (Red+Green+Blue) = 179+93+132=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D84 is #4CA27B. Grayscale: #7B7B7B. Windows color (decimal): -5022332 or 8674739. OLE color: 8674739.

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

Color convert

RGB17993132-
CMYK00.480.260.30
HSL332.79º36.13%53.33%-
HSV(B)332.79º48.04%70.2%-
XYZ26.6719.0824.11-
YUV123.16132.99167.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=44.31%
G=23.02%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799313200.480.260.30332.7936.1353.33
HexB35D840301A1E14d2435
Octal26313520406032365154465
Binary1011001110111011000010001100001101011110101001101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D84; }

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

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

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

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

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

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

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

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