#B35E81

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

Shades of Tapestry #B35E81

Tints of Tapestry #B35E81

Color information

#B35E81 (or 0xB35E81) is unknown color: approx Tapestry. HEX triplet: B3, 5E and 81. RGB value is (179,94,129). Sum of RGB (Red+Green+Blue) = 179+94+129=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E81 is #4CA17E. Grayscale: #7B7B7B. Windows color (decimal): -5022079 or 8478387. OLE color: 8478387.

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

Color convert

RGB17994129-
CMYK00.470.280.30
HSL335.29º35.86%53.53%-
HSV(B)335.29º47.49%70.2%-
XYZ26.5619.1723.07-
YUV123.4131.16167.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 129 (50.78% from 255) = 32.09%
R=44.53%
G=23.38%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799412900.470.280.30335.2935.8653.53
HexB35E8102F1C1E14f2436
Octal26313620105734365174466
Binary1011001110111101000000101011111110011110101001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E81; }

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

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

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

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

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

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

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

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