#BE4961

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

Shades of Blush #BE4961

Tints of Blush #BE4961

Color information

#BE4961 (or 0xBE4961) is unknown color: approx Blush. HEX triplet: BE, 49 and 61. RGB value is (190,73,97). Sum of RGB (Red+Green+Blue) = 190+73+97=360 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.78% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4961 is #41B69E. Grayscale: #6E6E6E. Windows color (decimal): -4306591 or 6375870. OLE color: 6375870.

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

Color convert

RGB1907397-
CMYK00.620.490.25
HSL347.69º47.37%51.57%-
HSV(B)347.69º61.58%74.51%-
XYZ25.7816.5813.15-
YUV110.72120.26184.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.78%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 97 (38.28% from 255) = 26.94%
R=52.78%
G=20.28%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190739700.620.490.25347.6947.3751.57
HexBE496103E311915c2f34
Octal27611114107661315345764
Binary1011111010010011100001011111011000111001101011100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4961; }

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

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

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

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

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

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

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

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