#BE4265

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

Shades of Blush #BE4265

Tints of Blush #BE4265

Color information

#BE4265 (or 0xBE4265) is unknown color: approx Blush. HEX triplet: BE, 42 and 65. RGB value is (190,66,101). Sum of RGB (Red+Green+Blue) = 190+66+101=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4265 is #41BD9A. Grayscale: #6B6B6B. Windows color (decimal): -4308379 or 6636222. OLE color: 6636222.

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

Color convert

RGB19066101-
CMYK00.650.470.25
HSL343.06º48.82%50.2%-
HSV(B)343.06º65.26%74.51%-
XYZ25.5315.7814.01-
YUV107.07124.58187.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.22%
GREEN value IS 66 (26.17% from 255) = 18.49%
BLUE value IS 101 (39.84% from 255) = 28.29%
R=53.22%
G=18.49%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906610100.650.470.25343.0648.8250.2
HexBE42650412F191573132
Octal276102145010157315276162
Binary10111110100001011001010100000110111111001101010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4265; }

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

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

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

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

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

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

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

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