#BE626C

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

Shades of Blush #BE626C

Tints of Blush #BE626C

Color information

#BE626C (or 0xBE626C) is unknown color: approx Blush. HEX triplet: BE, 62 and 6C. RGB value is (190,98,108). Sum of RGB (Red+Green+Blue) = 190+98+108=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE626C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE626C is #419D93. Grayscale: #7E7E7E. Windows color (decimal): -4300180 or 7103166. OLE color: 7103166.

HSL color Cylindrical-coordinate representation of color #BE626C: hue angle of 353.48º 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 #BE626C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19098108-
CMYK00.480.430.25
HSL353.48º41.44%56.47%-
HSV(B)353.48º48.42%74.51%-
XYZ28.3120.7716.7-
YUV126.65117.48173.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=47.98%
G=24.75%
B=27.27%

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
Decimal1909810800.480.430.25353.4841.4456.47
HexBE626C0302B191612938
Octal27614215406053315415170
Binary1011111011000101101100011000010101111001101100001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE626C; }

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

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

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

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

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

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

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

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