Html Css Color HEX #BE4550 Mandy

📋 copy color: '#BE4550'

red 190 ◦ green 69 ◦ blue 80

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

Shades of Mandy #BE4550

Tints of Mandy #BE4550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

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

R = 56.05%
G = 20.35%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE4550 (or 0xBE4550) is known color: Mandy. HEX triplet: BE, 45 and 50. RGB value is (190,69,80). Sum of RGB (Red+Green+Blue) = 190+69+80=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4550 is #41BAAF. Grayscale: #6A6A6A. Windows color (decimal): -4307632 or 5260734. OLE color: 5260734.

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

Color convert

RGB 190 69 80 -
CMYK 0 0.64 0.58 0.25
HSL 354.55º 0.48% 0.51% -
HSV(B) 354.55º 0.64% 0.75% -
XYZ 24.81 15.78 9.33 -
YUV 106.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 190 69 80 0 0.64 0.58 0.25 354.55 0.48 0.51
Hex BE 45 50 0 40 3A 19 163 30 33
Octal 276 105 120 0 100 72 31 543 60 63
Binary 10111110 1000101 1010000 0 1000000 111010 11001 101100011 110000 110011

Color Harmonies of #BE4550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4550

Black with #BE4550

Text Example


Text Example

White with #BE4550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4550; }

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

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

background-color css

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

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

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

border-color css

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

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

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