Html Css Color HEX #BE415F Blush

📋 copy color: '#BE415F'

red 190 ◦ green 65 ◦ blue 95

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

Shades of Blush #BE415F

Tints of Blush #BE415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 54.29%
G = 18.57%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.5

 K value IS 0.25

RGB Variations

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

Color information

#BE415F (or 0xBE415F) is known color: Blush. HEX triplet: BE, 41 and 5F. RGB value is (190,65,95). Sum of RGB (Red+Green+Blue) = 190+65+95=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE415F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE415F is #41BEA0. Grayscale: #696969. Windows color (decimal): -4308641 or 6242750. OLE color: 6242750.

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

Color convert

RGB 190 65 95 -
CMYK 0 0.66 0.5 0.25
HSL 345.6º 0.49% 0.5% -
HSV(B) 345.6º 0.66% 0.75% -
XYZ 25.19 15.55 12.5 -
YUV 105.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 190 65 95 0 0.66 0.5 0.25 345.6 0.49 0.5
Hex BE 41 5F 0 42 32 19 15A 31 32
Octal 276 101 137 0 102 62 31 532 61 62
Binary 10111110 1000001 1011111 0 1000010 110010 11001 101011010 110001 110010

Color Harmonies of #BE415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE415F

Black with #BE415F

Text Example


Text Example

White with #BE415F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE415F; }

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

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

background-color css

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

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

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

border-color css

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

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

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