Html Css Color HEX #BE4E5D Blush

📋 copy color: '#BE4E5D'

red 190 ◦ green 78 ◦ blue 93

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

Shades of Blush #BE4E5D

Tints of Blush #BE4E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 52.63%
G = 21.61%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE4E5D (or 0xBE4E5D) is known color: Blush. HEX triplet: BE, 4E and 5D. RGB value is (190,78,93). Sum of RGB (Red+Green+Blue) = 190+78+93=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E5D is #41B1A2. Grayscale: #717171. Windows color (decimal): -4305315 or 6115006. OLE color: 6115006.

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

Color convert

RGB 190 78 93 -
CMYK 0 0.59 0.51 0.25
HSL 351.96º 0.46% 0.53% -
HSV(B) 351.96º 0.59% 0.75% -
XYZ 25.94 17.19 12.31 -
YUV 113.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 190 78 93 0 0.59 0.51 0.25 351.96 0.46 0.53
Hex BE 4E 5D 0 3B 33 19 160 2E 35
Octal 276 116 135 0 73 63 31 540 56 65
Binary 10111110 1001110 1011101 0 111011 110011 11001 101100000 101110 110101

Color Harmonies of #BE4E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4E5D

Black with #BE4E5D

Text Example


Text Example

White with #BE4E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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