#B45C71

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

Shades of Blush #B45C71

Tints of Blush #B45C71

Color information

#B45C71 (or 0xB45C71) is unknown color: approx Blush. HEX triplet: B4, 5C and 71. RGB value is (180,92,113). Sum of RGB (Red+Green+Blue) = 180+92+113=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C71 is #4BA38E. Grayscale: #787878. Windows color (decimal): -4957071 or 7429300. OLE color: 7429300.

HSL color Cylindrical-coordinate representation of color #B45C71: hue angle of 345.68º 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 #B45C71 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18092113-
CMYK00.490.370.29
HSL345.68º36.97%53.33%-
HSV(B)345.68º48.89%70.59%-
XYZ25.6318.5517.85-
YUV120.71123.65170.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 92 (36.33% from 255) = 23.90%
BLUE value IS 113 (44.53% from 255) = 29.35%
R=46.75%
G=23.90%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809211300.490.370.29345.6836.9753.33
HexB45C71031251D15a2535
Octal26413416106145355324565
Binary1011010010111001110001011000110010111101101011010100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C71; }

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

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

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

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

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

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

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

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