#B45C73

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

Shades of Blush #B45C73

Tints of Blush #B45C73

Color information

#B45C73 (or 0xB45C73) is unknown color: approx Blush. HEX triplet: B4, 5C and 73. RGB value is (180,92,115). Sum of RGB (Red+Green+Blue) = 180+92+115=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C73 is #4BA38C. Grayscale: #787878. Windows color (decimal): -4957069 or 7560372. OLE color: 7560372.

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

Color convert

RGB18092115-
CMYK00.490.360.29
HSL344.32º36.97%53.33%-
HSV(B)344.32º48.89%70.59%-
XYZ25.7418.618.45-
YUV120.93124.65170.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 92 (36.33% from 255) = 23.77%
BLUE value IS 115 (45.31% from 255) = 29.72%
R=46.51%
G=23.77%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809211500.490.360.29344.3236.9753.33
HexB45C73031241D1582535
Octal26413416306144355304565
Binary1011010010111001110011011000110010011101101011000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C73; }

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

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

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

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

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

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

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

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