#B25F72

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

Shades of Blush #B25F72

Tints of Blush #B25F72

Color information

#B25F72 (or 0xB25F72) is unknown color: approx Blush. HEX triplet: B2, 5F and 72. RGB value is (178,95,114). Sum of RGB (Red+Green+Blue) = 178+95+114=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25F72 is #4DA08D. Grayscale: #797979. Windows color (decimal): -5087374 or 7495602. OLE color: 7495602.

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

Color convert

RGB17895114-
CMYK00.470.360.30
HSL346.27º35.02%53.53%-
HSV(B)346.27º46.63%69.8%-
XYZ25.4918.8618.22-
YUV121.98123.5167.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.99%
GREEN value IS 95 (37.5% from 255) = 24.55%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=45.99%
G=24.55%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1789511400.470.360.30346.2735.0253.53
HexB25F7202F241E15a2336
Octal26213716205744365324366
Binary1011001010111111110010010111110010011110101011010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25F72; }

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

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

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

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

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

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

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

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