Html Css Color HEX #BE4F68 Blush

📋 copy color: '#BE4F68'

red 190 ◦ green 79 ◦ blue 104

#BE4F68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BE4F68

Tints of Blush #BE4F68

RGB

 RED value IS 190 (74.61% from 255) = 50.94%

 GREEN value IS 79 (31.25% from 255) = 21.18%

 BLUE value IS 104 (41.02% from 255) = 27.88%

R = 50.94%
G = 21.18%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE4F68 (or 0xBE4F68) is known color: Blush. HEX triplet: BE, 4F and 68. RGB value is (190,79,104). Sum of RGB (Red+Green+Blue) = 190+79+104=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4F68 is #41B097. Grayscale: #737373. Windows color (decimal): -4305048 or 6836158. OLE color: 6836158.

HSL color Cylindrical-coordinate representation of color #BE4F68: hue angle of 346.49º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE4F68 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 79 104 -
CMYK 0 0.58 0.45 0.25
HSL 346.49º 0.46% 0.53% -
HSV(B) 346.49º 0.58% 0.75% -
XYZ 26.53 17.54 15.08 -
YUV 115.04 121.77 181.47 -
System Red Green Blue C M Y K H S L
Decimal 190 79 104 0 0.58 0.45 0.25 346.49 0.46 0.53
Hex BE 4F 68 0 3A 2D 19 15A 2E 35
Octal 276 117 150 0 72 55 31 532 56 65
Binary 10111110 1001111 1101000 0 111010 101101 11001 101011010 101110 110101

Color Harmonies of #BE4F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4F68

Black with #BE4F68

Text Example


Text Example

White with #BE4F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4F68; }

 p { color: rgb(190,79,104); }

 H1.HeaderClassName
 {
   color: #BE4F68;
 }
 .AnyTagClassName
 {
   color: #BE4F68;
 }
</style>

background-color css

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

 a { background-color: rgb(190,79,104); }

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

border-color css

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

 span { border-color: rgb(190,79,104); }

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