#B25E7E

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

Shades of Tapestry #B25E7E

Tints of Tapestry #B25E7E

Color information

#B25E7E (or 0xB25E7E) is unknown color: approx Tapestry. HEX triplet: B2, 5E and 7E. RGB value is (178,94,126). Sum of RGB (Red+Green+Blue) = 178+94+126=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E7E is #4DA181. Grayscale: #7A7A7A. Windows color (decimal): -5087618 or 8281778. OLE color: 8281778.

HSL color Cylindrical-coordinate representation of color #B25E7E: hue angle of 337.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25E7E is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17894126-
CMYK00.470.290.30
HSL337.14º35.29%53.33%-
HSV(B)337.14º47.19%69.8%-
XYZ26.1318.9822.02-
YUV122.76129.83167.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.72%
GREEN value IS 94 (37.11% from 255) = 23.62%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=44.72%
G=23.62%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789412600.470.290.30337.1435.2953.33
HexB25E7E02F1D1E1512335
Octal26213617605735365214365
Binary101100101011110111111001011111110111110101010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E7E; }

 p { color: rgb(178,94,126); }

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

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

 a { background-color: rgb(178,94,126); }

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

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

 span { border-color: rgb(178,94,126); }

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