Html Css Color HEX #BE415D Blush

📋 copy color: '#BE415D'

red 190 ◦ green 65 ◦ blue 93

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

Shades of Blush #BE415D

Tints of Blush #BE415D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 54.6%
G = 18.68%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE415D (or 0xBE415D) is known color: Blush. HEX triplet: BE, 41 and 5D. RGB value is (190,65,93). Sum of RGB (Red+Green+Blue) = 190+65+93=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE415D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE415D is #41BEA2. Grayscale: #696969. Windows color (decimal): -4308643 or 6111678. OLE color: 6111678.

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

Color convert

RGB 190 65 93 -
CMYK 0 0.66 0.51 0.25
HSL 346.56º 0.49% 0.5% -
HSV(B) 346.56º 0.66% 0.75% -
XYZ 25.1 15.52 12.03 -
YUV 105.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 190 65 93 0 0.66 0.51 0.25 346.56 0.49 0.5
Hex BE 41 5D 0 42 33 19 15B 31 32
Octal 276 101 135 0 102 63 31 533 61 62
Binary 10111110 1000001 1011101 0 1000010 110011 11001 101011011 110001 110010

Color Harmonies of #BE415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE415D

Black with #BE415D

Text Example


Text Example

White with #BE415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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