#B35F80

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

Shades of Tapestry #B35F80

Tints of Tapestry #B35F80

Color information

#B35F80 (or 0xB35F80) is unknown color: approx Tapestry. HEX triplet: B3, 5F and 80. RGB value is (179,95,128). Sum of RGB (Red+Green+Blue) = 179+95+128=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35F80 is #4CA07F. Grayscale: #7B7B7B. Windows color (decimal): -5021824 or 8413107. OLE color: 8413107.

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

Color convert

RGB17995128-
CMYK00.470.280.30
HSL336.43º35.59%53.73%-
HSV(B)336.43º46.93%70.2%-
XYZ26.5819.3322.75-
YUV123.88130.33167.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 128 (50.39% from 255) = 31.84%
R=44.53%
G=23.63%
B=31.84%

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
Decimal1799512800.470.280.30336.4335.5953.73
HexB35F8002F1C1E1502436
Octal26313720005734365204466
Binary1011001110111111000000001011111110011110101010000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35F80; }

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

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

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

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

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

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

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

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