#BE5F6C

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

Shades of Blush #BE5F6C

Tints of Blush #BE5F6C

Color information

#BE5F6C (or 0xBE5F6C) is unknown color: approx Blush. HEX triplet: BE, 5F and 6C. RGB value is (190,95,108). Sum of RGB (Red+Green+Blue) = 190+95+108=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F6C is #41A093. Grayscale: #7C7C7C. Windows color (decimal): -4300948 or 7102398. OLE color: 7102398.

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

Color convert

RGB19095108-
CMYK00.50.430.25
HSL351.79º42.22%55.88%-
HSV(B)351.79º50%74.51%-
XYZ28.0320.2116.61-
YUV124.89118.47174.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=48.35%
G=24.17%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909510800.50.430.25351.7942.2255.88
HexBE5F6C0322B191602a38
Octal27613715406253315405270
Binary1011111010111111101100011001010101111001101100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F6C; }

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

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

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

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

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

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

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

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