#B4545E

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

Shades of Blush #B4545E

Tints of Blush #B4545E

Color information

#B4545E (or 0xB4545E) is unknown color: approx Blush. HEX triplet: B4, 54 and 5E. RGB value is (180,84,94). Sum of RGB (Red+Green+Blue) = 180+84+94=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4545E is #4BABA1. Grayscale: #717171. Windows color (decimal): -4959138 or 6182068. OLE color: 6182068.

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

Color convert

RGB1808494-
CMYK00.530.480.29
HSL353.75º39.02%51.76%-
HSV(B)353.75º53.33%70.59%-
XYZ24.0116.8512.58-
YUV113.84116.8175.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.28%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=50.28%
G=23.46%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180849400.530.480.29353.7539.0251.76
HexB4545E035301D1622734
Octal26412413606560355424764
Binary1011010010101001011110011010111000011101101100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4545E; }

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

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

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

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

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

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

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

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