Html Css Color HEX #BE4E6B Blush

📋 copy color: '#BE4E6B'

red 190 ◦ green 78 ◦ blue 107

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

Shades of Blush #BE4E6B

Tints of Blush #BE4E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.8%

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 50.67%
G = 20.8%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE4E6B (or 0xBE4E6B) is known color: Blush. HEX triplet: BE, 4E and 6B. RGB value is (190,78,107). Sum of RGB (Red+Green+Blue) = 190+78+107=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E6B is #41B194. Grayscale: #727272. Windows color (decimal): -4305301 or 7032510. OLE color: 7032510.

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

Color convert

RGB 190 78 107 -
CMYK 0 0.59 0.44 0.25
HSL 344.46º 0.46% 0.53% -
HSV(B) 344.46º 0.59% 0.75% -
XYZ 26.61 17.46 15.88 -
YUV 114.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 190 78 107 0 0.59 0.44 0.25 344.46 0.46 0.53
Hex BE 4E 6B 0 3B 2C 19 158 2E 35
Octal 276 116 153 0 73 54 31 530 56 65
Binary 10111110 1001110 1101011 0 111011 101100 11001 101011000 101110 110101

Color Harmonies of #BE4E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4E6B

Black with #BE4E6B

Text Example


Text Example

White with #BE4E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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