#BE646D

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

Shades of Blush #BE646D

Tints of Blush #BE646D

Color information

#BE646D (or 0xBE646D) is unknown color: approx Blush. HEX triplet: BE, 64 and 6D. RGB value is (190,100,109). Sum of RGB (Red+Green+Blue) = 190+100+109=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE646D is #419B92. Grayscale: #7F7F7F. Windows color (decimal): -4299667 or 7169214. OLE color: 7169214.

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

Color convert

RGB190100109-
CMYK00.470.430.25
HSL354º40.91%56.86%-
HSV(B)354º47.37%74.51%-
XYZ28.5521.1717.05-
YUV127.94117.32172.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=47.62%
G=25.06%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010010900.470.430.2535440.9156.86
HexBE646D02F2B191622939
Octal27614415505753315425171
Binary1011111011001001101101010111110101111001101100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE646D; }

 p { color: rgb(190,100,109); }

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

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

 a { background-color: rgb(190,100,109); }

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

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

 span { border-color: rgb(190,100,109); }

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