Html Css Color HEX #BE4A50 Mandy

📋 copy color: '#BE4A50'

red 190 ◦ green 74 ◦ blue 80

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

Shades of Mandy #BE4A50

Tints of Mandy #BE4A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 80 (31.64% from 255) = 23.26%

R = 55.23%
G = 21.51%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE4A50 (or 0xBE4A50) is known color: Mandy. HEX triplet: BE, 4A and 50. RGB value is (190,74,80). Sum of RGB (Red+Green+Blue) = 190+74+80=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A50 is #41B5AF. Grayscale: #6D6D6D. Windows color (decimal): -4306352 or 5262014. OLE color: 5262014.

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

Color convert

RGB 190 74 80 -
CMYK 0 0.61 0.58 0.25
HSL 356.9º 0.47% 0.52% -
HSV(B) 356.9º 0.61% 0.75% -
XYZ 25.13 16.42 9.43 -
YUV 109.37 111.43 185.51 -
System Red Green Blue C M Y K H S L
Decimal 190 74 80 0 0.61 0.58 0.25 356.9 0.47 0.52
Hex BE 4A 50 0 3D 3A 19 165 2F 34
Octal 276 112 120 0 75 72 31 545 57 64
Binary 10111110 1001010 1010000 0 111101 111010 11001 101100101 101111 110100

Color Harmonies of #BE4A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A50

Black with #BE4A50

Text Example


Text Example

White with #BE4A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A50; }

 p { color: rgb(190,74,80); }

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

background-color css

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

 a { background-color: rgb(190,74,80); }

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

border-color css

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

 span { border-color: rgb(190,74,80); }

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