#BE4462

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

Shades of Blush #BE4462

Tints of Blush #BE4462

Color information

#BE4462 (or 0xBE4462) is unknown color: approx Blush. HEX triplet: BE, 44 and 62. RGB value is (190,68,98). Sum of RGB (Red+Green+Blue) = 190+68+98=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4462 is #41BB9D. Grayscale: #6B6B6B. Windows color (decimal): -4307870 or 6440126. OLE color: 6440126.

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

Color convert

RGB1906898-
CMYK00.640.480.25
HSL345.25º48.41%50.59%-
HSV(B)345.25º64.21%74.51%-
XYZ25.5115.9613.29-
YUV107.9122.42186.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 68 (26.95% from 255) = 19.10%
BLUE value IS 98 (38.67% from 255) = 27.53%
R=53.37%
G=19.10%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190689800.640.480.25345.2548.4150.59
HexBE446204030191593033
Octal276104142010060315316063
Binary10111110100010011000100100000011000011001101011001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4462; }

 p { color: rgb(190,68,98); }

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

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

 a { background-color: rgb(190,68,98); }

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

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

 span { border-color: rgb(190,68,98); }

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