Html Css Color HEX #BE494E Mandy

📋 copy color: '#BE494E'

red 190 ◦ green 73 ◦ blue 78

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

Shades of Mandy #BE494E

Tints of Mandy #BE494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.87%

R = 55.72%
G = 21.41%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE494E (or 0xBE494E) is known color: Mandy. HEX triplet: BE, 49 and 4E. RGB value is (190,73,78). Sum of RGB (Red+Green+Blue) = 190+73+78=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE494E is #41B6B1. Grayscale: #6C6C6C. Windows color (decimal): -4306610 or 5130686. OLE color: 5130686.

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

Color convert

RGB 190 73 78 -
CMYK 0 0.62 0.59 0.25
HSL 357.44º 0.47% 0.52% -
HSV(B) 357.44º 0.62% 0.75% -
XYZ 24.99 16.26 9.03 -
YUV 108.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 190 73 78 0 0.62 0.59 0.25 357.44 0.47 0.52
Hex BE 49 4E 0 3E 3B 19 165 2F 34
Octal 276 111 116 0 76 73 31 545 57 64
Binary 10111110 1001001 1001110 0 111110 111011 11001 101100101 101111 110100

Color Harmonies of #BE494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE494E

Black with #BE494E

Text Example


Text Example

White with #BE494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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