#B45A73

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

Shades of Blush #B45A73

Tints of Blush #B45A73

Color information

#B45A73 (or 0xB45A73) is unknown color: approx Blush. HEX triplet: B4, 5A and 73. RGB value is (180,90,115). Sum of RGB (Red+Green+Blue) = 180+90+115=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A73 is #4BA58C. Grayscale: #777777. Windows color (decimal): -4957581 or 7559860. OLE color: 7559860.

HSL color Cylindrical-coordinate representation of color #B45A73: hue angle of 343.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A73 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18090115-
CMYK00.500.360.29
HSL343.33º37.5%52.94%-
HSV(B)343.33º50%70.59%-
XYZ25.5718.2518.4-
YUV119.76125.32170.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=46.75%
G=23.38%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809011500.500.360.29343.3337.552.94
HexB45A73032241D1572635
Octal26413216306244355274665
Binary1011010010110101110011011001010010011101101010111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A73; }

 p { color: rgb(180,90,115); }

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

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

 a { background-color: rgb(180,90,115); }

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

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

 span { border-color: rgb(180,90,115); }

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