#BE626D

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

Shades of Blush #BE626D

Tints of Blush #BE626D

Color information

#BE626D (or 0xBE626D) is unknown color: approx Blush. HEX triplet: BE, 62 and 6D. RGB value is (190,98,109). Sum of RGB (Red+Green+Blue) = 190+98+109=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE626D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE626D is #419D92. Grayscale: #7E7E7E. Windows color (decimal): -4300179 or 7168702. OLE color: 7168702.

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

Color convert

RGB19098109-
CMYK00.480.430.25
HSL352.83º41.44%56.47%-
HSV(B)352.83º48.42%74.51%-
XYZ28.3620.7916.99-
YUV126.76117.98173.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 109 (42.97% from 255) = 27.46%
R=47.86%
G=24.69%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909810900.480.430.25352.8341.4456.47
HexBE626D0302B191612938
Octal27614215506053315415170
Binary1011111011000101101101011000010101111001101100001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE626D; }

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

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

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

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

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

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

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

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