#B25565

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

Shades of Blush #B25565

Tints of Blush #B25565

Color information

#B25565 (or 0xB25565) is unknown color: approx Blush. HEX triplet: B2, 55 and 65. RGB value is (178,85,101). Sum of RGB (Red+Green+Blue) = 178+85+101=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B25565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25565 is #4DAA9A. Grayscale: #727272. Windows color (decimal): -5089947 or 6641074. OLE color: 6641074.

HSL color Cylindrical-coordinate representation of color #B25565: hue angle of 349.68º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25565 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB17885101-
CMYK00.520.430.30
HSL349.68º37.65%51.57%-
HSV(B)349.68º52.25%69.8%-
XYZ23.9616.914.31-
YUV114.63120.31173.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 85 (33.59% from 255) = 23.35%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=48.90%
G=23.35%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788510100.520.430.30349.6837.6551.57
HexB255650342B1E15e2634
Octal26212514506453365364664
Binary1011001010101011100101011010010101111110101011110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25565; }

 p { color: rgb(178,85,101); }

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

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

 a { background-color: rgb(178,85,101); }

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

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

 span { border-color: rgb(178,85,101); }

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