Html Css Color HEX #BE495A Mandy

📋 copy color: '#BE495A'

red 190 ◦ green 73 ◦ blue 90

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

Shades of Mandy #BE495A

Tints of Mandy #BE495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.5%

R = 53.82%
G = 20.68%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE495A (or 0xBE495A) is known color: Mandy. HEX triplet: BE, 49 and 5A. RGB value is (190,73,90). Sum of RGB (Red+Green+Blue) = 190+73+90=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE495A is #41B6A5. Grayscale: #6D6D6D. Windows color (decimal): -4306598 or 5917118. OLE color: 5917118.

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

Color convert

RGB 190 73 90 -
CMYK 0 0.62 0.53 0.25
HSL 351.28º 0.47% 0.52% -
HSV(B) 351.28º 0.62% 0.75% -
XYZ 25.46 16.45 11.51 -
YUV 109.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 190 73 90 0 0.62 0.53 0.25 351.28 0.47 0.52
Hex BE 49 5A 0 3E 35 19 15F 2F 34
Octal 276 111 132 0 76 65 31 537 57 64
Binary 10111110 1001001 1011010 0 111110 110101 11001 101011111 101111 110100

Color Harmonies of #BE495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE495A

Black with #BE495A

Text Example


Text Example

White with #BE495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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