Html Css Color HEX #BE4464 Blush

📋 copy color: '#BE4464'

red 190 ◦ green 68 ◦ blue 100

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

Shades of Blush #BE4464

Tints of Blush #BE4464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 53.07%
G = 18.99%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE4464 (or 0xBE4464) is known color: Blush. HEX triplet: BE, 44 and 64. RGB value is (190,68,100). Sum of RGB (Red+Green+Blue) = 190+68+100=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4464 is #41BB9B. Grayscale: #6C6C6C. Windows color (decimal): -4307868 or 6571198. OLE color: 6571198.

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

Color convert

RGB 190 68 100 -
CMYK 0 0.64 0.47 0.25
HSL 344.26º 0.48% 0.51% -
HSV(B) 344.26º 0.64% 0.75% -
XYZ 25.6 16 13.8 -
YUV 108.13 123.42 186.4 -
System Red Green Blue C M Y K H S L
Decimal 190 68 100 0 0.64 0.47 0.25 344.26 0.48 0.51
Hex BE 44 64 0 40 2F 19 158 30 33
Octal 276 104 144 0 100 57 31 530 60 63
Binary 10111110 1000100 1100100 0 1000000 101111 11001 101011000 110000 110011

Color Harmonies of #BE4464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4464

Black with #BE4464

Text Example


Text Example

White with #BE4464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4464; }

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

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

background-color css

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

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

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

border-color css

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

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

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