#BE4B65

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

Shades of Blush #BE4B65

Tints of Blush #BE4B65

Color information

#BE4B65 (or 0xBE4B65) is unknown color: approx Blush. HEX triplet: BE, 4B and 65. RGB value is (190,75,101). Sum of RGB (Red+Green+Blue) = 190+75+101=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B65 is #41B49A. Grayscale: #707070. Windows color (decimal): -4306075 or 6638526. OLE color: 6638526.

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

Color convert

RGB19075101-
CMYK00.610.470.25
HSL346.43º46.94%51.96%-
HSV(B)346.43º60.53%74.51%-
XYZ26.116.9214.2-
YUV112.35121.6183.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=51.91%
G=20.49%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907510100.610.470.25346.4346.9451.96
HexBE4B6503D2F1915a2f34
Octal27611314507557315325764
Binary1011111010010111100101011110110111111001101011010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B65; }

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

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

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

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

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

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

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

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