#B25064

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

Shades of Blush #B25064

Tints of Blush #B25064

Color information

#B25064 (or 0xB25064) is unknown color: approx Blush. HEX triplet: B2, 50 and 64. RGB value is (178,80,100). Sum of RGB (Red+Green+Blue) = 178+80+100=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B25064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25064 is #4DAF9B. Grayscale: #6F6F6F. Windows color (decimal): -5091228 or 6574258. OLE color: 6574258.

HSL color Cylindrical-coordinate representation of color #B25064: hue angle of 347.76º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25064 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB17880100-
CMYK00.550.440.30
HSL347.76º38.89%50.59%-
HSV(B)347.76º55.06%69.8%-
XYZ23.5316.1213.93-
YUV111.58121.47175.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.72%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=49.72%
G=22.35%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788010000.550.440.30347.7638.8950.59
HexB250640372C1E15c2733
Octal26212014406754365344763
Binary1011001010100001100100011011110110011110101011100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25064; }

 p { color: rgb(178,80,100); }

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

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

 a { background-color: rgb(178,80,100); }

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

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

 span { border-color: rgb(178,80,100); }

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