#BE626F

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

Shades of Blush #BE626F

Tints of Blush #BE626F

Color information

#BE626F (or 0xBE626F) is unknown color: approx Blush. HEX triplet: BE, 62 and 6F. RGB value is (190,98,111). Sum of RGB (Red+Green+Blue) = 190+98+111=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE626F is #419D90. Grayscale: #7F7F7F. Windows color (decimal): -4300177 or 7299774. OLE color: 7299774.

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

Color convert

RGB19098111-
CMYK00.480.420.25
HSL351.52º41.44%56.47%-
HSV(B)351.52º48.42%74.51%-
XYZ28.4720.8317.56-
YUV126.99118.98172.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 111 (43.75% from 255) = 27.82%
R=47.62%
G=24.56%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909811100.480.420.25351.5241.4456.47
HexBE626F0302A191602938
Octal27614215706052315405170
Binary1011111011000101101111011000010101011001101100000101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE626F; }

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

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

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

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

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

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

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

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