Html Css Color HEX #BE4064 Blush

📋 copy color: '#BE4064'

red 190 ◦ green 64 ◦ blue 100

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

Shades of Blush #BE4064

Tints of Blush #BE4064

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.08%

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 53.67%
G = 18.08%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE4064 (or 0xBE4064) is known color: Blush. HEX triplet: BE, 40 and 64. RGB value is (190,64,100). Sum of RGB (Red+Green+Blue) = 190+64+100=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4064 is #41BF9B. Grayscale: #696969. Windows color (decimal): -4308892 or 6570174. OLE color: 6570174.

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

Color convert

RGB 190 64 100 -
CMYK 0 0.66 0.47 0.25
HSL 342.86º 0.5% 0.5% -
HSV(B) 342.86º 0.66% 0.75% -
XYZ 25.37 15.53 13.72 -
YUV 105.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 190 64 100 0 0.66 0.47 0.25 342.86 0.5 0.5
Hex BE 40 64 0 42 2F 19 157 32 32
Octal 276 100 144 0 102 57 31 527 62 62
Binary 10111110 1000000 1100100 0 1000010 101111 11001 101010111 110010 110010

Color Harmonies of #BE4064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4064

Black with #BE4064

Text Example


Text Example

White with #BE4064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4064; }

 p { color: rgb(190,64,100); }

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

background-color css

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

 a { background-color: rgb(190,64,100); }

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

border-color css

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

 span { border-color: rgb(190,64,100); }

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