#BE616D

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

Shades of Blush #BE616D

Tints of Blush #BE616D

Color information

#BE616D (or 0xBE616D) is unknown color: approx Blush. HEX triplet: BE, 61 and 6D. RGB value is (190,97,109). Sum of RGB (Red+Green+Blue) = 190+97+109=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE616D is #419E92. Grayscale: #7E7E7E. Windows color (decimal): -4300435 or 7168446. OLE color: 7168446.

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

Color convert

RGB19097109-
CMYK00.490.430.25
HSL352.26º41.7%56.27%-
HSV(B)352.26º48.95%74.51%-
XYZ28.2720.616.95-
YUV126.18118.31173.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=47.98%
G=24.49%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909710900.490.430.25352.2641.756.27
HexBE616D0312B191602a38
Octal27614115506153315405270
Binary1011111011000011101101011000110101111001101100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE616D; }

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

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

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

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

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

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

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

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