#B25F79

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

Shades of Tapestry #B25F79

Tints of Tapestry #B25F79

Color information

#B25F79 (or 0xB25F79) is unknown color: approx Tapestry. HEX triplet: B2, 5F and 79. RGB value is (178,95,121). Sum of RGB (Red+Green+Blue) = 178+95+121=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F79 is #4DA086. Grayscale: #7A7A7A. Windows color (decimal): -5087367 or 7954354. OLE color: 7954354.

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

Color convert

RGB17895121-
CMYK00.470.320.30
HSL341.2º35.02%53.53%-
HSV(B)341.2º46.63%69.8%-
XYZ25.919.0320.4-
YUV122.78127167.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.18%
GREEN value IS 95 (37.5% from 255) = 24.11%
BLUE value IS 121 (47.66% from 255) = 30.71%
R=45.18%
G=24.11%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789512100.470.320.30341.235.0253.53
HexB25F7902F201E1552336
Octal26213717105740365254366
Binary1011001010111111111001010111110000011110101010101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F79; }

 p { color: rgb(178,95,121); }

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

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

 a { background-color: rgb(178,95,121); }

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

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

 span { border-color: rgb(178,95,121); }

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