#b25a60

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

Shades of Blush #B25A60

Tints of Blush #B25A60

Color information

#B25A60 (or 0xB25A60) is unknown color: approx Blush. HEX triplet: B2, 5A and 60. RGB value is (178,90,96). Sum of RGB (Red+Green+Blue) = 178+90+96=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A60 is #4DA59F. Grayscale: #757575. Windows color (decimal): -5088672 or 6314674. OLE color: 6314674.

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

Color convert

RGB1789096-
CMYK00.490.460.30
HSL355.91º36.36%52.55%-
HSV(B)355.91º49.44%69.8%-
XYZ24.1317.6213.2-
YUV117116.15171.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=48.90%
G=24.73%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178909600.490.460.30355.9136.3652.55
HexB25A600312E1E1642435
Octal26213214006156365444465
Binary1011001010110101100000011000110111011110101100100100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b25a60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b25a60; }

 p { color: rgb(178,90,96); }

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

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

 a { background-color: rgb(178,90,96); }

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

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

 span { border-color: rgb(178,90,96); }

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