#B35D88

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

Shades of Tapestry #B35D88

Tints of Tapestry #B35D88

Color information

#B35D88 (or 0xB35D88) is unknown color: approx Tapestry. HEX triplet: B3, 5D and 88. RGB value is (179,93,136). Sum of RGB (Red+Green+Blue) = 179+93+136=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D88 is #4CA277. Grayscale: #7B7B7B. Windows color (decimal): -5022328 or 8936883. OLE color: 8936883.

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

Color convert

RGB17993136-
CMYK00.480.240.30
HSL330º36.13%53.33%-
HSV(B)330º48.04%70.2%-
XYZ26.9519.1925.58-
YUV123.62134.99167.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 93 (36.72% from 255) = 22.79%
BLUE value IS 136 (53.52% from 255) = 33.33%
R=43.87%
G=22.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799313600.480.240.3033036.1353.33
HexB35D88030181E14a2435
Octal26313521006030365124465
Binary1011001110111011000100001100001100011110101001010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D88; }

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

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

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

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

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

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

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

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