#BE4A5D

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

Shades of Blush #BE4A5D

Tints of Blush #BE4A5D

Color information

#BE4A5D (or 0xBE4A5D) is unknown color: approx Blush. HEX triplet: BE, 4A and 5D. RGB value is (190,74,93). Sum of RGB (Red+Green+Blue) = 190+74+93=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A5D is #41B5A2. Grayscale: #6E6E6E. Windows color (decimal): -4306339 or 6113982. OLE color: 6113982.

HSL color Cylindrical-coordinate representation of color #BE4A5D: hue angle of 350.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4A5D is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB1907493-
CMYK00.610.510.25
HSL350.17º47.15%51.76%-
HSV(B)350.17º61.05%74.51%-
XYZ25.6616.6412.21-
YUV110.85117.93184.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=53.22%
G=20.73%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190749300.610.510.25350.1747.1551.76
HexBE4A5D03D331915e2f34
Octal27611213507563315365764
Binary1011111010010101011101011110111001111001101011110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A5D; }

 p { color: rgb(190,74,93); }

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

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

 a { background-color: rgb(190,74,93); }

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

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

 span { border-color: rgb(190,74,93); }

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