#BE626B

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

Shades of Blush #BE626B

Tints of Blush #BE626B

Color information

#BE626B (or 0xBE626B) is unknown color: approx Blush. HEX triplet: BE, 62 and 6B. RGB value is (190,98,107). Sum of RGB (Red+Green+Blue) = 190+98+107=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE626B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE626B is #419D94. Grayscale: #7E7E7E. Windows color (decimal): -4300181 or 7037630. OLE color: 7037630.

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

Color convert

RGB19098107-
CMYK00.480.440.25
HSL354.13º41.44%56.47%-
HSV(B)354.13º48.42%74.51%-
XYZ28.2620.7416.42-
YUV126.53116.98173.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=48.10%
G=24.81%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909810700.480.440.25354.1341.4456.47
HexBE626B0302C191622938
Octal27614215306054315425170
Binary1011111011000101101011011000010110011001101100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE626B; }

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

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

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

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

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

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

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

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