#B35E82

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

Shades of Tapestry #B35E82

Tints of Tapestry #B35E82

Color information

#B35E82 (or 0xB35E82) is unknown color: approx Tapestry. HEX triplet: B3, 5E and 82. RGB value is (179,94,130). Sum of RGB (Red+Green+Blue) = 179+94+130=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E82 is #4CA17D. Grayscale: #7B7B7B. Windows color (decimal): -5022078 or 8543923. OLE color: 8543923.

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

Color convert

RGB17994130-
CMYK00.470.270.30
HSL334.59º35.86%53.53%-
HSV(B)334.59º47.49%70.2%-
XYZ26.6219.223.42-
YUV123.52131.66167.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 94 (37.11% from 255) = 23.33%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=44.42%
G=23.33%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799413000.470.270.30334.5935.8653.53
HexB35E8202F1B1E14f2436
Octal26313620205733365174466
Binary1011001110111101000001001011111101111110101001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E82; }

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

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

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

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

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

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

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

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