#B35F81

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

Shades of Tapestry #B35F81

Tints of Tapestry #B35F81

Color information

#B35F81 (or 0xB35F81) is unknown color: approx Tapestry. HEX triplet: B3, 5F and 81. RGB value is (179,95,129). Sum of RGB (Red+Green+Blue) = 179+95+129=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35F81 is #4CA07E. Grayscale: #7B7B7B. Windows color (decimal): -5021823 or 8478643. OLE color: 8478643.

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

Color convert

RGB17995129-
CMYK00.470.280.30
HSL335.71º35.59%53.73%-
HSV(B)335.71º46.93%70.2%-
XYZ26.6519.3523.1-
YUV123.99130.83167.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 129 (50.78% from 255) = 32.01%
R=44.42%
G=23.57%
B=32.01%

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
Decimal1799512900.470.280.30335.7135.5953.73
HexB35F8102F1C1E1502436
Octal26313720105734365204466
Binary1011001110111111000000101011111110011110101010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F81; }

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

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

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

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

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

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

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

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