#BE4665

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

Shades of Blush #BE4665

Tints of Blush #BE4665

Color information

#BE4665 (or 0xBE4665) is unknown color: approx Blush. HEX triplet: BE, 46 and 65. RGB value is (190,70,101). Sum of RGB (Red+Green+Blue) = 190+70+101=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4665 is #41B99A. Grayscale: #6D6D6D. Windows color (decimal): -4307355 or 6637246. OLE color: 6637246.

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

Color convert

RGB19070101-
CMYK00.630.470.25
HSL344.5º48%50.98%-
HSV(B)344.5º63.16%74.51%-
XYZ25.7716.2714.09-
YUV109.41123.26185.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=52.63%
G=19.39%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907010100.630.470.25344.54850.98
HexBE466503F2F191583033
Octal27610614507757315306063
Binary1011111010001101100101011111110111111001101011000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4665; }

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

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

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

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

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

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

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

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