#B35E84

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

Shades of Tapestry #B35E84

Tints of Tapestry #B35E84

Color information

#B35E84 (or 0xB35E84) is unknown color: approx Tapestry. HEX triplet: B3, 5E and 84. RGB value is (179,94,132). Sum of RGB (Red+Green+Blue) = 179+94+132=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E84 is #4CA17B. Grayscale: #7B7B7B. Windows color (decimal): -5022076 or 8674995. OLE color: 8674995.

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

Color convert

RGB17994132-
CMYK00.470.260.30
HSL333.18º35.86%53.53%-
HSV(B)333.18º47.49%70.2%-
XYZ26.7619.2624.14-
YUV123.75132.66167.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=44.20%
G=23.21%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799413200.470.260.30333.1835.8653.53
HexB35E8402F1A1E14d2436
Octal26313620405732365154466
Binary1011001110111101000010001011111101011110101001101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E84; }

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

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

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

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

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

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

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

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