#B35D81

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

Shades of Tapestry #B35D81

Tints of Tapestry #B35D81

Color information

#B35D81 (or 0xB35D81) is unknown color: approx Tapestry. HEX triplet: B3, 5D and 81. RGB value is (179,93,129). Sum of RGB (Red+Green+Blue) = 179+93+129=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D81 is #4CA27E. Grayscale: #7A7A7A. Windows color (decimal): -5022335 or 8478131. OLE color: 8478131.

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

Color convert

RGB17993129-
CMYK00.480.280.30
HSL334.88º36.13%53.33%-
HSV(B)334.88º48.04%70.2%-
XYZ26.471923.04-
YUV122.82131.49168.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 93 (36.72% from 255) = 23.19%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=44.64%
G=23.19%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799312900.480.280.30334.8836.1353.33
HexB35D810301C1E14f2435
Octal26313520106034365174465
Binary1011001110111011000000101100001110011110101001111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D81; }

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

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

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

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

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

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

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

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