#BE3E65

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

Shades of Blush #BE3E65

Tints of Blush #BE3E65

Color information

#BE3E65 (or 0xBE3E65) is unknown color: approx Blush. HEX triplet: BE, 3E and 65. RGB value is (190,62,101). Sum of RGB (Red+Green+Blue) = 190+62+101=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E65 is #41C19A. Grayscale: #686868. Windows color (decimal): -4309403 or 6635198. OLE color: 6635198.

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

Color convert

RGB19062101-
CMYK00.670.470.25
HSL341.72º50.79%49.41%-
HSV(B)341.72º67.37%74.51%-
XYZ25.3115.3313.94-
YUV104.72125.91188.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 101 (39.84% from 255) = 28.61%
R=53.82%
G=17.56%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906210100.670.470.25341.7250.7949.41
HexBE3E650432F191563331
Octal27676145010357315266361
Binary1011111011111011001010100001110111111001101010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3E65; }

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

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

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

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

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

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

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

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