#B4545C

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

Shades of Blush #B4545C

Tints of Blush #B4545C

Color information

#B4545C (or 0xB4545C) is unknown color: approx Blush. HEX triplet: B4, 54 and 5C. RGB value is (180,84,92). Sum of RGB (Red+Green+Blue) = 180+84+92=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4545C is #4BABA3. Grayscale: #717171. Windows color (decimal): -4959140 or 6050996. OLE color: 6050996.

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

Color convert

RGB1808492-
CMYK00.530.490.29
HSL355º39.02%51.76%-
HSV(B)355º53.33%70.59%-
XYZ23.9216.8212.11-
YUV113.62115.8175.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=50.56%
G=23.60%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180849200.530.490.2935539.0251.76
HexB4545C035311D1632734
Octal26412413406561355434764
Binary1011010010101001011100011010111000111101101100011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4545C; }

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

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

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

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

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

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

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

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