Html Css Color HEX #BE4864 Blush

📋 copy color: '#BE4864'

red 190 ◦ green 72 ◦ blue 100

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

Shades of Blush #BE4864

Tints of Blush #BE4864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

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

R = 52.49%
G = 19.89%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE4864 (or 0xBE4864) is known color: Blush. HEX triplet: BE, 48 and 64. RGB value is (190,72,100). Sum of RGB (Red+Green+Blue) = 190+72+100=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4864 is #41B79B. Grayscale: #6E6E6E. Windows color (decimal): -4306844 or 6572222. OLE color: 6572222.

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

Color convert

RGB 190 72 100 -
CMYK 0 0.62 0.47 0.25
HSL 345.76º 0.48% 0.51% -
HSV(B) 345.76º 0.62% 0.75% -
XYZ 25.85 16.5 13.88 -
YUV 110.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 190 72 100 0 0.62 0.47 0.25 345.76 0.48 0.51
Hex BE 48 64 0 3E 2F 19 15A 30 33
Octal 276 110 144 0 76 57 31 532 60 63
Binary 10111110 1001000 1100100 0 111110 101111 11001 101011010 110000 110011

Color Harmonies of #BE4864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4864

Black with #BE4864

Text Example


Text Example

White with #BE4864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4864; }

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

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

background-color css

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

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

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

border-color css

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

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

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