Html Css Color HEX #BE496A Blush

📋 copy color: '#BE496A'

red 190 ◦ green 73 ◦ blue 106

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

Shades of Blush #BE496A

Tints of Blush #BE496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.78%

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 51.49%
G = 19.78%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE496A (or 0xBE496A) is known color: Blush. HEX triplet: BE, 49 and 6A. RGB value is (190,73,106). Sum of RGB (Red+Green+Blue) = 190+73+106=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE496A is #41B695. Grayscale: #6F6F6F. Windows color (decimal): -4306582 or 6965694. OLE color: 6965694.

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

Color convert

RGB 190 73 106 -
CMYK 0 0.62 0.44 0.25
HSL 343.08º 0.47% 0.52% -
HSV(B) 343.08º 0.62% 0.75% -
XYZ 26.22 16.75 15.49 -
YUV 111.75 124.76 183.82 -
System Red Green Blue C M Y K H S L
Decimal 190 73 106 0 0.62 0.44 0.25 343.08 0.47 0.52
Hex BE 49 6A 0 3E 2C 19 157 2F 34
Octal 276 111 152 0 76 54 31 527 57 64
Binary 10111110 1001001 1101010 0 111110 101100 11001 101010111 101111 110100

Color Harmonies of #BE496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE496A

Black with #BE496A

Text Example


Text Example

White with #BE496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE496A; }

 p { color: rgb(190,73,106); }

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

background-color css

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

 a { background-color: rgb(190,73,106); }

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

border-color css

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

 span { border-color: rgb(190,73,106); }

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