#B4545F

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

Shades of Blush #B4545F

Tints of Blush #B4545F

Color information

#B4545F (or 0xB4545F) is unknown color: approx Blush. HEX triplet: B4, 54 and 5F. RGB value is (180,84,95). Sum of RGB (Red+Green+Blue) = 180+84+95=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4545F is #4BABA0. Grayscale: #727272. Windows color (decimal): -4959137 or 6247604. OLE color: 6247604.

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

Color convert

RGB1808495-
CMYK00.530.470.29
HSL353.12º39.02%51.76%-
HSV(B)353.12º53.33%70.59%-
XYZ24.0616.8712.81-
YUV113.96117.3175.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 95 (37.5% from 255) = 26.46%
R=50.14%
G=23.40%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180849500.530.470.29353.1239.0251.76
HexB4545F0352F1D1612734
Octal26412413706557355414764
Binary1011010010101001011111011010110111111101101100001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4545F; }

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

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

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

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

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

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

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

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