Html Css Color HEX #BE4468 Blush

📋 copy color: '#BE4468'

red 190 ◦ green 68 ◦ blue 104

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

Shades of Blush #BE4468

Tints of Blush #BE4468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 52.49%
G = 18.78%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE4468 (or 0xBE4468) is known color: Blush. HEX triplet: BE, 44 and 68. RGB value is (190,68,104). Sum of RGB (Red+Green+Blue) = 190+68+104=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4468 is #41BB97. Grayscale: #6C6C6C. Windows color (decimal): -4307864 or 6833342. OLE color: 6833342.

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

Color convert

RGB 190 68 104 -
CMYK 0 0.64 0.45 0.25
HSL 342.3º 0.48% 0.51% -
HSV(B) 342.3º 0.64% 0.75% -
XYZ 25.8 16.08 14.84 -
YUV 108.58 125.42 186.07 -
System Red Green Blue C M Y K H S L
Decimal 190 68 104 0 0.64 0.45 0.25 342.3 0.48 0.51
Hex BE 44 68 0 40 2D 19 156 30 33
Octal 276 104 150 0 100 55 31 526 60 63
Binary 10111110 1000100 1101000 0 1000000 101101 11001 101010110 110000 110011

Color Harmonies of #BE4468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4468

Black with #BE4468

Text Example


Text Example

White with #BE4468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4468; }

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

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

background-color css

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

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

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

border-color css

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

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

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