#BE4B61

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

Shades of Blush #BE4B61

Tints of Blush #BE4B61

Color information

#BE4B61 (or 0xBE4B61) is unknown color: approx Blush. HEX triplet: BE, 4B and 61. RGB value is (190,75,97). Sum of RGB (Red+Green+Blue) = 190+75+97=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B61 is #41B49E. Grayscale: #6F6F6F. Windows color (decimal): -4306079 or 6376382. OLE color: 6376382.

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

Color convert

RGB1907597-
CMYK00.610.490.25
HSL348.52º46.94%51.96%-
HSV(B)348.52º60.53%74.51%-
XYZ25.9116.8413.19-
YUV111.89119.6183.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=52.49%
G=20.72%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190759700.610.490.25348.5246.9451.96
HexBE4B6103D311915d2f34
Octal27611314107561315355764
Binary1011111010010111100001011110111000111001101011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B61; }

 p { color: rgb(190,75,97); }

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

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

 a { background-color: rgb(190,75,97); }

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

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

 span { border-color: rgb(190,75,97); }

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